Initial commit
This commit is contained in:
commit
e03409fcd4
10 changed files with 472 additions and 0 deletions
16
environment.yml
Normal file
16
environment.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: labeling_tool
|
||||
|
||||
channels:
|
||||
- conda-forge
|
||||
- nodefaults
|
||||
|
||||
dependencies:
|
||||
- python==3.9
|
||||
- pip
|
||||
- numpy==1.23.5
|
||||
- tk==8.6.12
|
||||
- pip:
|
||||
- ttkbootstrap==1.10.0
|
||||
- opencv-contrib-python-headless==4.6.0.66
|
||||
- pillow==9.3.0
|
||||
- natsort==8.2.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue