Skip to content

Commit

Permalink
Revert "Impose numpy version cap to 2.0.0. (phoebe-project#930)"
Browse files Browse the repository at this point in the history
This reverts commit 8c9a89e.
  • Loading branch information
kecnry committed Sep 25, 2024
1 parent 8b600fd commit 50e0b63
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 @@ -58,7 +58,7 @@ classifiers = [
"Topic :: Software Development :: User Interfaces"
]
dependencies = [
"numpy < 2.0.0",
"numpy",
"scipy",
"astropy",
"pytest",
Expand All @@ -79,7 +79,7 @@ repository = "https://github.com/phoebe-project/phoebe2"
documentation = "http://phoebe-project.org/docs"

[build-system]
requires = ["setuptools", "numpy < 2.0.0", "wheel"]
requires = ["setuptools", "numpy", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand Down

0 comments on commit 50e0b63

Please sign in to comment.