Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
streamlit==1.22.0
|
| 2 |
pandas==1.5.3
|
| 3 |
numpy==1.23.5
|
| 4 |
-
|
| 5 |
scikit-learn==1.2.2
|
| 6 |
tensorflow==2.12.0
|
| 7 |
-
|
|
|
|
|
|
| 1 |
streamlit==1.22.0
|
| 2 |
pandas==1.5.3
|
| 3 |
numpy==1.23.5
|
| 4 |
+
plotly==5.14.1
|
| 5 |
scikit-learn==1.2.2
|
| 6 |
tensorflow==2.12.0
|
| 7 |
+
gym==0.26.2
|
| 8 |
+
stable-baselines3==1.8.0
|