Spaces:
Sleeping
Sleeping
Removing unwanted dependencies
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
numpy
|
2 |
tensorflow
|
3 |
-
matplotlib
|
4 |
-
gym
|
5 |
-
pandas==1.4.0
|
6 |
-
nn_builder
|
7 |
streamlit
|
8 |
|
|
|
1 |
+
numpy
|
2 |
tensorflow
|
3 |
+
matplotlib
|
4 |
+
gym
|
|
|
|
|
5 |
streamlit
|
6 |
|