Spaces:
Sleeping
Sleeping
Pedro Henrique Conrado
commited on
Commit
·
5448ecd
1
Parent(s):
ccf78f7
1 commit
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
# Usage: pip install -r requirements.txt
|
3 |
|
4 |
# Base ----------------------------------------
|
|
|
5 |
yolox
|
6 |
matplotlib>=3.2.2
|
7 |
opencv-python>=4.6.0
|
@@ -9,7 +10,6 @@ pillow>=7.1.2
|
|
9 |
pyyaml>=5.3.1
|
10 |
requests>=2.23.0
|
11 |
scipy>=1.4.1
|
12 |
-
torch>=1.7.0
|
13 |
torchvision>=0.8.1
|
14 |
tqdm>=4.64.0
|
15 |
|
|
|
2 |
# Usage: pip install -r requirements.txt
|
3 |
|
4 |
# Base ----------------------------------------
|
5 |
+
torch
|
6 |
yolox
|
7 |
matplotlib>=3.2.2
|
8 |
opencv-python>=4.6.0
|
|
|
10 |
pyyaml>=5.3.1
|
11 |
requests>=2.23.0
|
12 |
scipy>=1.4.1
|
|
|
13 |
torchvision>=0.8.1
|
14 |
tqdm>=4.64.0
|
15 |
|