Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
|
2 |
tensorflow==2.9.0
|
|
|
3 |
numpy
|
4 |
|
5 |
gym==0.19.0
|
6 |
-
keras==2.
|
7 |
pandas==1.2.3
|
8 |
matplotlib==3.5.1
|
|
|
1 |
|
2 |
tensorflow==2.9.0
|
3 |
+
|
4 |
numpy
|
5 |
|
6 |
gym==0.19.0
|
7 |
+
keras==2.9.1
|
8 |
pandas==1.2.3
|
9 |
matplotlib==3.5.1
|