Spaces:
Sleeping
Sleeping
Andrei Cozma
commited on
Commit
·
261964b
1
Parent(s):
35362ce
Updates
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==3.27.0
|
2 |
-
gymnasium
|
3 |
numpy==1.21.5
|
4 |
opencv_python_headless==4.6.0.66
|
5 |
pip==22.0.2
|
@@ -7,4 +7,4 @@ scipy==1.8.0
|
|
7 |
tabulate==0.9.0
|
8 |
tqdm==4.64.1
|
9 |
wandb==0.14.0
|
10 |
-
pygame
|
|
|
1 |
gradio==3.27.0
|
2 |
+
gymnasium>=0.28.1
|
3 |
numpy==1.21.5
|
4 |
opencv_python_headless==4.6.0.66
|
5 |
pip==22.0.2
|
|
|
7 |
tabulate==0.9.0
|
8 |
tqdm==4.64.1
|
9 |
wandb==0.14.0
|
10 |
+
pygame==2.3.0
|