Skip to content

Commit

Permalink
Dependencies: switched to official rliable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Aug 12, 2024
1 parent 1d9e409 commit 7eb2a23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mujoco-py = { version = ">=2.1,<2.2", optional = true }
opencv_python = { version = "*", optional = true }
pybullet = { version = "*", optional = true }
pygame = { version = ">=2.1.3", optional = true }
rliable-fork = {optional = true, version="1.2.0"}
rliable = {optional = true, version="1.2.0"}
scipy = { version = "*", optional = true }
shimmy = { version = ">=0.1.0,<1.0", optional = true }
swig = { version = "4.*", optional = true }
Expand All @@ -84,7 +84,7 @@ pybullet = ["pybullet"]
envpool = ["envpool"]
robotics = ["gymnasium-robotics"]
vizdoom = ["vizdoom"]
eval = ["rliable-fork", "joblib", "scipy", "jsonargparse", "docstring-parser"]
eval = ["rliable", "joblib", "scipy", "jsonargparse", "docstring-parser"]


[tool.poetry.group.dev]
Expand Down

0 comments on commit 7eb2a23

Please sign in to comment.