Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ requests==2.31.0
|
|
| 5 |
python-dotenv==1.0.0
|
| 6 |
python-multipart==0.0.6
|
| 7 |
openai==0.28.0
|
| 8 |
-
numpy==1.24.3
|
|
|
|
|
|
| 5 |
python-dotenv==1.0.0
|
| 6 |
python-multipart==0.0.6
|
| 7 |
openai==0.28.0
|
| 8 |
+
numpy==1.24.3
|
| 9 |
+
# matplotlib==3.7.2 # Only include if you actually need it
|