Skip to content

Commit

Permalink
Removed unnecessary version requirement numpy
Browse files Browse the repository at this point in the history
Allow numpy < 2.0 for gymnasium compatibility
  • Loading branch information
jooste committed Feb 10, 2025
1 parent 11e7052 commit c0b057a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "bluesky-simulator"
dynamic = ["version"]
dependencies = [
"numpy >= 2.0.0",
"scipy >= 1.13.0",
"matplotlib >= 3.9.0",
"pandas >= 2.2.0",
"numpy", # >= 2.0.0",
"scipy", # >= 1.13.0",
"matplotlib", # >= 3.9.0",
"pandas", # >= 2.2.0",
"msgpack >= 1.0.0",
"zmq",
"bluesky-navdata"
Expand Down

0 comments on commit c0b057a

Please sign in to comment.