Skip to content

Commit

Permalink
build(pyproject): update numpy minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Aug 9, 2024
1 parent 25d5f00 commit 3aaf4e2
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 @@ dependencies = [
"matplotlib",
"mpi4py",
"networkx >= 2.0",
"numpy >= 1.16,<2",
"numpy >= 1.23",
"peewee >= 3.14.1",
"scipy",
"skyfield >= 1.10"
Expand Down

0 comments on commit 3aaf4e2

Please sign in to comment.