Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio==5.44.1
|
| 2 |
-
openai==1.102.0
|
| 3 |
-
pandas=
|
| 4 |
-
matplotlib=
|
| 5 |
-
seaborn=
|
| 6 |
-
numpy=
|
| 7 |
-
|
|
|
|
| 1 |
+
gradio==5.44.1
|
| 2 |
+
openai==1.102.0
|
| 3 |
+
pandas>=2.0,<2.2
|
| 4 |
+
matplotlib>=3.7,<3.9
|
| 5 |
+
seaborn>=0.12,<0.14
|
| 6 |
+
numpy>=1.24,<2.2
|
| 7 |
+
|