tanya17 commited on
Commit
453464e
·
verified ·
1 Parent(s): 882abd3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -7
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
- torch>=2.0.0
2
- torchvision>=0.15.0
3
- ultralytics>=8.0.0
4
- gradio>=4.0.0
5
- pillow>=10.0.0
6
- opencv-python-headless>=4.7.0
7
- numpy>=1.24.0
 
 
 
 
 
 
 
1
+ ultralytics==8.0.200
2
+ opencv-python==4.9.0.80
3
+ Pillow==10.1.0
4
+ scikit-learn==1.4.0
5
+ pyyaml==6.0.1
6
+ torch==2.1.0
7
+ torchvision==0.16.0
8
+ numpy==1.24.4
9
+ matplotlib==3.7.5
10
+ seaborn==0.13.1
11
+ pandas==2.0.3
12
+ tqdm==4.66.1
13
+ requests==2.31.0