Skip to content

Commit

Permalink
Specify numpy > 2.0 (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored Dec 2, 2024
1 parent 655cb82 commit b167b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"lxml",
"PyPDF2",
"scikit-image>=0.14.2",
"numpy<2.0",
"numpy>2.0",
]
dynamic = [
"version",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git+https://github.com/spacetelescope/stsci.tools.git
git+https://github.com/spacetelescope/stwcs.git
git+https://github.com/spacetelescope/stregion.git
#git+https://github.com/astropy/astroquery.git
numpy<2.0.dev0
numpy>2.0.dev0
scipy>=0.0.dev0
pyerfa>=0.0.dev0
astropy>=0.0.dev0
Expand Down

0 comments on commit b167b94

Please sign in to comment.