Commit
·
3e8c89d
1
Parent(s):
37acbdc
update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
# pip install -U -r requirements.txt
|
2 |
Cython
|
3 |
-
numpy
|
4 |
opencv-python
|
5 |
torch>=1.5.1
|
6 |
matplotlib
|
7 |
pillow
|
8 |
tensorboard
|
9 |
PyYAML>=5.3
|
10 |
-
torchvision
|
11 |
scipy
|
12 |
tqdm
|
13 |
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|
|
|
1 |
# pip install -U -r requirements.txt
|
2 |
Cython
|
3 |
+
numpy>=1.18.5
|
4 |
opencv-python
|
5 |
torch>=1.5.1
|
6 |
matplotlib
|
7 |
pillow
|
8 |
tensorboard
|
9 |
PyYAML>=5.3
|
10 |
+
torchvision>=0.6
|
11 |
scipy
|
12 |
tqdm
|
13 |
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|