Spaces:
Running
Running
luxmorocco
commited on
Commit
•
7f13f4f
1
Parent(s):
615de6b
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
streamlit
|
2 |
-
tensorflow
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
-
matplotlib
|
6 |
-
Pillow
|
7 |
-
tqdm
|
8 |
-
opencv-python-headless
|
9 |
pytorch-lightning==1.2.3
|
10 |
-
numpy
|
|
|
1 |
streamlit
|
2 |
+
tensorflow==2.4.1
|
3 |
+
torch==1.7.0
|
4 |
+
torchvision==0.8.1
|
5 |
+
matplotlib==3.3.4
|
6 |
+
Pillow==7.2.0
|
7 |
+
tqdm==4.56.2
|
8 |
+
opencv-python-headless==4.5.1.48
|
9 |
pytorch-lightning==1.2.3
|
10 |
+
numpy==1.19.5
|