Spaces:
Sleeping
Sleeping
Added new dependencies for graphing function
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,10 @@ huggingface_hub>=0.19.0
|
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
requests>=2.31.0
|
| 7 |
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# To Install
|
| 10 |
# pip install -r requirements.txt
|
|
|
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
requests>=2.31.0
|
| 7 |
matplotlib
|
| 8 |
+
numpy
|
| 9 |
+
together
|
| 10 |
+
requests
|
| 11 |
+
logging
|
| 12 |
|
| 13 |
# To Install
|
| 14 |
# pip install -r requirements.txt
|