Skip to content

Commit

Permalink
Bump mujoco to 2.3.1.post1, jax/jaxlib to 0.3.24, remove tensorflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts authored Dec 10, 2022
1 parent f208f87 commit 0b260ad
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ classic-control = ["pygame ==2.1.3.dev8"]
classic_control = ["pygame ==2.1.3.dev8"] # kept for backward compatibility
mujoco-py = ["mujoco-py >=2.1,<2.2"]
mujoco_py = ["mujoco-py >=2.1,<2.2"] # kept for backward compatibility
mujoco = ["mujoco >=2.3.0", "imageio >=2.14.1"]
mujoco = ["mujoco >=2.3.1.post1", "imageio >=2.14.1"]
toy-text = ["pygame ==2.1.3.dev8"]
toy_text = ["pygame ==2.1.3.dev8"] # kept for backward compatibility
jax = ["jax ==0.3.20", "jaxlib ==0.3.20"]
jax = ["jax ==0.3.24", "jaxlib ==0.3.24"]
other = [
"lz4 >=3.1.0",
"opencv-python >=3.0",
"matplotlib >=3.0",
"moviepy >=1.0.0",
"tensorflow >=2.1.0",
"torch >=1.0.0",
]
all = [
Expand All @@ -70,19 +69,18 @@ all = [
# mujoco-py
"mujoco-py >=2.1,<2.2",
# mujoco
"mujoco >=2.3.0",
"mujoco >=2.3.1.post1",
"imageio >=2.14.1",
# toy-text
"pygame ==2.1.3.dev8",
# jax
"jax ==0.3.20",
"jaxlib ==0.3.20",
"jax ==0.3.24",
"jaxlib ==0.3.24",
# other
"lz4 >=3.1.0",
"opencv-python >=3.0",
"matplotlib >=3.0",
"moviepy >=1.0.0",
"tensorflow >=2.1.0",
"torch >=1.0.0",
]
testing = ["pytest ==7.1.3"]
Expand Down

0 comments on commit 0b260ad

Please sign in to comment.