Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
python==3.7
|
2 |
tensorflow==2.1.0
|
3 |
numpy==1.18.5
|
|
|
4 |
gym==0.19.0
|
5 |
keras==2.3.1
|
6 |
pandas==1.2.3
|
|
|
1 |
+
python==3.7
|
2 |
tensorflow==2.1.0
|
3 |
numpy==1.18.5
|
4 |
+
|
5 |
gym==0.19.0
|
6 |
keras==2.3.1
|
7 |
pandas==1.2.3
|