real-video-labeling-tool-py/environment.yml
2022-12-28 22:30:19 +01:00

16 lines
258 B
YAML

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