Skip to content

Commit

Permalink
Dependencies: use release of rliable-fork instead of git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Aug 12, 2024
1 parent a3fe73e commit 4c1f779
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
20 changes: 8 additions & 12 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 = {optional = true, git = "https://github.com/google-research/rliable.git", rev = "1171833f6706b6c25bbf042e2cb185a96fcf2ce6"}
rliable-fork = {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", "joblib", "scipy", "jsonargparse", "docstring-parser"]
eval = ["rliable-fork", "joblib", "scipy", "jsonargparse", "docstring-parser"]


[tool.poetry.group.dev]
Expand Down

0 comments on commit 4c1f779

Please sign in to comment.