Spaces:
Sleeping
Sleeping
Hamza Salhi commited on
Update requirements.txt
Browse filesadded a condition to matplotlib and pandas to be updated if needed
- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
SQLAlchemy==1.3.1
|
| 2 |
plotly==4.12.0
|
| 3 |
-
matplotlib=
|
| 4 |
-
pandas=
|
| 5 |
scikit_learn==0.24.1
|
| 6 |
scipy==1.5.4
|
| 7 |
streamlit==0.77.0
|
|
|
|
| 1 |
SQLAlchemy==1.3.1
|
| 2 |
plotly==4.12.0
|
| 3 |
+
matplotlib>=3.3.4 # Updated
|
| 4 |
+
pandas>=1.1.5 # Updated if necessary
|
| 5 |
scikit_learn==0.24.1
|
| 6 |
scipy==1.5.4
|
| 7 |
streamlit==0.77.0
|