Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
keras
|
|
|
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
scikit_learn
|
| 5 |
statsmodels
|
| 6 |
streamlit
|
|
|
|
|
|
|
| 7 |
xgboost
|
| 8 |
-
tensorflow==2.15.1
|
|
|
|
| 1 |
+
keras
|
| 2 |
+
matplotlib
|
| 3 |
numpy
|
| 4 |
pandas
|
| 5 |
scikit_learn
|
| 6 |
statsmodels
|
| 7 |
streamlit
|
| 8 |
+
tensorflow
|
| 9 |
+
tensorflow_intel
|
| 10 |
xgboost
|
|
|