Skip to content

Commit

Permalink
Update pyrddlgym-jax dependency
Browse files Browse the repository at this point in the history
1.0 is not working with python 3.9
  • Loading branch information
nhuet authored and fteicht committed Jan 8, 2025
1 parent c3c16b8 commit 248f6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pyRDDLGym-rl = [
{ version = ">=0.2", python = "<3.12", optional = true },
{ version = ">=0.1, <0.2", python = ">=3.12", optional = true },
]
pyRDDLGym-jax = { version = ">=0.3", optional = true }
pyRDDLGym-jax = { version = ">=1.1", optional = true }
pyRDDLGym-gurobi = { version = ">=0.2", optional = true }
rddlrepository = {version = ">=2.0", optional = true }
torch-geometric = {version = ">=2.5", optional = true}
Expand Down

0 comments on commit 248f6d0

Please sign in to comment.