Skip to content

Commit

Permalink
Avoid numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Alegre committed Aug 5, 2024
1 parent 00bf41d commit dfa43e0
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 @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"gymnasium>=0.28.1,<0.30",
"numpy >=1.21.0",
"numpy >=1.21.0,<2",
"pygame >=2.1.0",
"scipy >=1.7.3",
"pymoo >=0.6.0",
Expand Down

0 comments on commit dfa43e0

Please sign in to comment.