Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
|
|
| 1 |
streamlit==1.24.0
|
| 2 |
open_clip_torch==2.26.1
|
| 3 |
-
torch==2.
|
| 4 |
-
torchvision==0.
|
| 5 |
-
requests==2.
|
| 6 |
Pillow==9.5.0
|
| 7 |
-
numpy==1.
|
| 8 |
-
pandas==2.2.
|
| 9 |
-
matplotlib==3.
|
| 10 |
-
scikit-learn==1.
|
| 11 |
-
scipy==1.
|
|
|
|
| 1 |
+
--upgrade pip
|
| 2 |
streamlit==1.24.0
|
| 3 |
open_clip_torch==2.26.1
|
| 4 |
+
torch==2.0.1
|
| 5 |
+
torchvision==0.15.2
|
| 6 |
+
requests==2.31.0
|
| 7 |
Pillow==9.5.0
|
| 8 |
+
numpy==1.25.0
|
| 9 |
+
pandas==2.2.0
|
| 10 |
+
matplotlib==3.7.1
|
| 11 |
+
scikit-learn==1.3.0
|
| 12 |
+
scipy==1.11.1
|