Spaces:
Sleeping
Sleeping
Commit
·
fdd9a6d
1
Parent(s):
43c9db3
fix app
Browse files- requirements.txt +10 -86
requirements.txt
CHANGED
@@ -1,90 +1,14 @@
|
|
1 |
-
|
2 |
-
ale-py==0.8.1
|
3 |
-
altair==5.2.0
|
4 |
-
annotated-types==0.6.0
|
5 |
-
anyio==3.7.1
|
6 |
-
appdirs==1.4.4
|
7 |
-
appnope==0.1.3
|
8 |
-
attrs==23.1.0
|
9 |
-
AutoROM==0.4.2
|
10 |
-
AutoROM.accept-rom-license==0.6.1
|
11 |
-
Babel==2.13.0
|
12 |
-
box2d-py==2.3.5
|
13 |
-
captum==0.6.0
|
14 |
-
GitPython==3.1.40
|
15 |
-
glfw==2.6.2
|
16 |
-
google-auth==2.23.3
|
17 |
-
google-auth-oauthlib==1.0.0
|
18 |
-
google-pasta==0.2.0
|
19 |
-
gradio==4.7.1
|
20 |
-
gradio_client==0.7.0
|
21 |
-
graphviz==0.20.1
|
22 |
-
grpcio==1.59.0
|
23 |
-
gym==0.25.1
|
24 |
-
gym-notices==0.0.8
|
25 |
gymnasium==0.29.1
|
26 |
-
|
27 |
-
h5py==3.10.0
|
28 |
-
hbutils==0.9.1
|
29 |
-
hickle==5.0.2
|
30 |
-
httpcore==1.0.2
|
31 |
-
httpx==0.25.2
|
32 |
-
huggingface-hub==0.19.4
|
33 |
-
idna==3.4
|
34 |
-
imageio==2.31.5
|
35 |
-
imageio-ffmpeg==0.4.9
|
36 |
-
imagesize==1.4.1
|
37 |
-
importlib-metadata==6.8.0
|
38 |
-
importlib-resources==6.1.0
|
39 |
-
iniconfig==2.0.0
|
40 |
-
ipykernel==6.25.2
|
41 |
-
ipython==8.16.1
|
42 |
-
ipython-genutils==0.2.0
|
43 |
-
ipywidgets==8.1.1
|
44 |
-
isoduration==20.11.0
|
45 |
-
isort==5.12.0
|
46 |
-
itsdangerous==1.1.0
|
47 |
-
jedi==0.19.1
|
48 |
-
joblib==1.3.2
|
49 |
-
jsonpointer==2.4
|
50 |
-
jsonschema==4.19.2
|
51 |
-
jsonschema-specifications==2023.7.1
|
52 |
-
jupyter==1.0.0
|
53 |
-
jupyter-console==6.6.3
|
54 |
-
jupyter-events==0.9.0
|
55 |
-
jupyter_client==7.4.9
|
56 |
-
jupyter_core==5.3.2
|
57 |
-
jupyter_server==2.10.0
|
58 |
-
jupyter_server_terminals==0.4.4
|
59 |
-
jupyterlab-flake8==0.7.1
|
60 |
-
jupyterlab-pygments==0.2.2
|
61 |
-
jupyterlab-widgets==3.0.9
|
62 |
-
keras==2.14.0
|
63 |
-
keras-rl==0.4.2
|
64 |
-
|
65 |
-
Markdown==3.5
|
66 |
-
markdown-it-py==3.0.0
|
67 |
-
MarkupSafe==2.0.1
|
68 |
matplotlib==3.8.0
|
69 |
matplotlib-inline==0.1.6
|
70 |
-
|
71 |
-
moviepy==1.0.3
|
72 |
-
|
73 |
-
mujoco==2.3.7
|
74 |
-
numba==0.58.1
|
75 |
-
numpy==1.26.0
|
76 |
-
redis==5.0.1
|
77 |
-
referencing==0.30.2
|
78 |
-
removestar==1.5
|
79 |
-
requests==2.31.0
|
80 |
-
rsa==4.9
|
81 |
-
scikit-learn==1.3.1
|
82 |
-
scipy==1.11.3
|
83 |
-
seaborn==0.13.0
|
84 |
-
swig==4.1.1
|
85 |
torch==2.1.0
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
|
|
|
|
|
|
|
1 |
+
captum=0.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
gymnasium==0.29.1
|
3 |
+
gymnasium[box2d]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
matplotlib==3.8.0
|
5 |
matplotlib-inline==0.1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
torch==2.1.0
|
7 |
+
numpy==1.26.0
|
8 |
+
mujoco==2.3.7
|
9 |
+
moviepy==1.0.3
|
10 |
+
imageio==2.31.5
|
11 |
+
imageio-ffmpeg==0.4.9
|
12 |
+
AutoROM==0.4.2
|
13 |
+
AutoROM.accept-rom-license==0.6.1
|
14 |
+
ale-py==0.8.1
|