Skip to content

Commit 4f0cc3c

Browse files
committed
fix
1 parent 6761c7a commit 4f0cc3c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ numpy
22
torch
33
pyglet<=1.5.27
44
gym
5+
gym-notices==0.0.8"
56
six

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ def get_version():
2929
author="Matteo Bettini",
3030
author_email="[email protected]",
3131
packages=find_packages(),
32-
install_requires=["numpy", "torch", "pyglet<=1.5.27", "gym", "six"],
32+
install_requires=[
33+
"numpy",
34+
"torch",
35+
"pyglet<=1.5.27",
36+
"gym",
37+
"gym-notices==0.0.8",
38+
"six",
39+
],
3340
extras_require={
3441
"gymnasium": ["gymnasium", "shimmy"],
3542
"rllib": ["ray[rllib]<=2.2"],

0 commit comments

Comments
 (0)