Commit
·
6aa1dd6
1
Parent(s):
78ace57
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
numpy==1.22.
|
4 |
opencv-python-headless
|
5 |
matplotlib
|
6 |
scipy==1.7.2
|
@@ -9,5 +9,4 @@ requests
|
|
9 |
fastai==1.0.51
|
10 |
Pillow
|
11 |
stqdm
|
12 |
-
altair<5
|
13 |
-
setuptools < 60.0
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
numpy==1.22.9
|
4 |
opencv-python-headless
|
5 |
matplotlib
|
6 |
scipy==1.7.2
|
|
|
9 |
fastai==1.0.51
|
10 |
Pillow
|
11 |
stqdm
|
12 |
+
altair<5
|
|