Skip to content

Commit 4c1f779

Browse files
committed
Dependencies: use release of rliable-fork instead of git dependency
1 parent a3fe73e commit 4c1f779

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

poetry.lock

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mujoco-py = { version = ">=2.1,<2.2", optional = true }
6868
opencv_python = { version = "*", optional = true }
6969
pybullet = { version = "*", optional = true }
7070
pygame = { version = ">=2.1.3", optional = true }
71-
rliable = {optional = true, git = "https://github.com/google-research/rliable.git", rev = "1171833f6706b6c25bbf042e2cb185a96fcf2ce6"}
71+
rliable-fork = {optional = true, version="1.2.0"}
7272
scipy = { version = "*", optional = true }
7373
shimmy = { version = ">=0.1.0,<1.0", optional = true }
7474
swig = { version = "4.*", optional = true }
@@ -84,7 +84,7 @@ pybullet = ["pybullet"]
8484
envpool = ["envpool"]
8585
robotics = ["gymnasium-robotics"]
8686
vizdoom = ["vizdoom"]
87-
eval = ["rliable", "joblib", "scipy", "jsonargparse", "docstring-parser"]
87+
eval = ["rliable-fork", "joblib", "scipy", "jsonargparse", "docstring-parser"]
8888

8989

9090
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)