Skip to content

Commit

Permalink
update python and numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng40 committed Jun 6, 2024
1 parent 5ac1d09 commit acf6c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9"
gymnasium = "^0.29.1"
numpy = "<=1.25,>=1.18"
numpy = ">=1.18"
pillow = ">=9.0.1"
scipy = ">=1.7.3"
numba = ">=0.55.2"
Expand Down

0 comments on commit acf6c4d

Please sign in to comment.