Assigning the packages to specific versions to make the app more reliable in the future
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
pandas
|
4 |
-
Pillow
|
5 |
git+https://github.com/openai/CLIP.git
|
|
|
1 |
+
streamlit==1.32.2
|
2 |
+
torch==2.1.2
|
3 |
+
pandas==2.2.1
|
4 |
+
Pillow==10.2.0
|
5 |
git+https://github.com/openai/CLIP.git
|