Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
gradio>=4.
|
| 2 |
-
pandas>=
|
| 3 |
openai>=1.0.0
|
| 4 |
scikit-learn>=1.0.0
|
| 5 |
-
numpy>=1.20.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
pandas>=1.5.0
|
| 3 |
openai>=1.0.0
|
| 4 |
scikit-learn>=1.0.0
|
| 5 |
+
numpy>=1.20.0
|
| 6 |
+
matplotlib>=3.5.0
|
| 7 |
+
seaborn>=0.12.0
|
| 8 |
+
typing-extensions>=4.0.0
|