Spaces:
Running
Running
version updates
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
Pillow=
|
| 3 |
-
openai=
|
| 4 |
-
python-dotenv=
|
|
|
|
| 1 |
+
streamlit>=1.29.0,<2.0.0
|
| 2 |
+
Pillow>=10.0.0,<11.0.0
|
| 3 |
+
openai>=0.28.0,<1.0.0
|
| 4 |
+
python-dotenv>=1.0.0,<2.0.0
|