ositamiles commited on
Commit
2344b76
·
verified ·
1 Parent(s): 42a7dc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- matplotlib==3.7.1
5
  scikit-learn==1.2.2
6
  tensorflow==2.12.0
7
- joblib==1.2.0
 
 
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