wuhp commited on
Commit
0d7a9e1
·
verified ·
1 Parent(s): 9eac919

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -19
requirements.txt CHANGED
@@ -1,20 +1,18 @@
1
- + numpy==1.26.4
2
- + --extra-index-url https://download.pytorch.org/whl/cpu
3
 
4
- gradio>=4.36.1
5
- roboflow>=1.1.28
6
- requests>=2.31.0
7
- huggingface_hub>=0.22.0
8
- pandas>=2.0.0
9
- matplotlib>=3.7.0
10
- pyyaml>=6.0.1
11
- Pillow>=10.0.0
12
- -torch==2.1.*
13
- -torchvision==0.16.*
14
- +torch==2.1.*
15
- +torchvision==0.16.*
16
- supervisely>=6.0.0
17
- pycocotools>=2.0.7
18
- tensorboard>=2.13.0
19
- -transformers>=4.41.0
20
- +transformers<4.41
 
1
+ numpy==1.26.4
2
+ --extra-index-url https://download.pytorch.org/whl/cpu
3
 
4
+ gradio>=4.36.1
5
+ roboflow>=1.1.28
6
+ requests>=2.31.0
7
+ huggingface_hub>=0.22.0
8
+ pandas>=2.0.0
9
+ matplotlib>=3.7.0
10
+ pyyaml>=6.0.1
11
+ Pillow>=10.0.0
12
+ torch==2.1.*
13
+ torchvision==0.16.*
14
+ supervisely>=6.0.0
15
+ pycocotools>=2.0.7
16
+ tensorboard>=2.13.0
17
+ transformers<4.41
18
+ ultralytics>=8.2.0