Spaces:
Sleeping
Sleeping
AAAAAAyq
commited on
Commit
·
d150ab7
1
Parent(s):
30e0f74
Update requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
# Base-----------------------------------
|
2 |
-
matplotlib==3.
|
3 |
numpy==1.23.0
|
4 |
# opencv-python>=4.6.0
|
5 |
# Pillow>=7.1.2
|
6 |
# PyYAML>=5.3.1
|
7 |
# requests>=2.23.0
|
8 |
# scipy>=1.4.1
|
9 |
-
torch
|
10 |
-
torchvision
|
11 |
# tqdm>=4.64.0
|
12 |
|
13 |
# pandas>=1.1.4
|
|
|
1 |
# Base-----------------------------------
|
2 |
+
matplotlib==3.1.2
|
3 |
numpy==1.23.0
|
4 |
# opencv-python>=4.6.0
|
5 |
# Pillow>=7.1.2
|
6 |
# PyYAML>=5.3.1
|
7 |
# requests>=2.23.0
|
8 |
# scipy>=1.4.1
|
9 |
+
torch==1.9.1
|
10 |
+
torchvision==0.8.1
|
11 |
# tqdm>=4.64.0
|
12 |
|
13 |
# pandas>=1.1.4
|