asataura commited on
Commit
c9e0f93
·
1 Parent(s): 6e1d7c3

Removing unwanted dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- numpy>=1.21.0
2
  tensorflow
3
- matplotlib==3.0.0
4
- gym==0.10.9
5
- pandas==1.4.0
6
- nn_builder
7
  streamlit
8
 
 
1
+ numpy
2
  tensorflow
3
+ matplotlib
4
+ gym
 
 
5
  streamlit
6