Skip to content

Commit

Permalink
Merge pull request #238 from LSSTDESC/237-package-requires-numpy20
Browse files Browse the repository at this point in the history
removed the numpy version requirement
  • Loading branch information
hangqianjun authored Jan 15, 2025
2 parents f27f36b + d30d2e0 commit 71838c0
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 @@ -17,7 +17,7 @@ classifiers = [
dynamic = ["version"]

dependencies = [
"numpy<2.0.0",
"numpy",
"scipy",
"tables-io",
"deprecated",
Expand Down

0 comments on commit 71838c0

Please sign in to comment.