File size: 395 Bytes
26364eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
dependencies:
- python=3.8
- pip
- pip:
- peekingduck # only necessary for pkd
- typeguard == 2.13.3 # only necessary for pkd
- beautifulsoup4==4.11.2
- opencv-python==4.7.0.68
- pandas==1.5.3
- numpy==1.24.2
- cython
- pycocotools-windows # change to pycocotools if non-Windows
- jupyter==1.0.0
- pyyaml
- streamlit==1.20.0
- plotly==5.13.1 |