Skip to content

Commit

Permalink
Revert "pin numpy<2 (#265)" use 2.0 (non-rc) for build (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Jun 18, 2024
2 parents 80b842b + 5772579 commit 3fa4d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
General
-------

- pin numpy<2 [#265]
-

Changes to API
--------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
dependencies = [
"astropy >=5.0.4",
"scipy >=1.7.2",
"numpy >=1.21.2, <2.0",
"numpy >=1.21.2",
"opencv-python-headless >=4.6.0.66",
"asdf >=2.15.0",
"gwcs >= 0.18.1",
Expand Down Expand Up @@ -54,7 +54,7 @@ requires = [
"setuptools >=61",
"setuptools_scm[toml] >=3.4",
"Cython >=0.29.21",
"numpy >=2.0.0rc2",
"numpy >=2.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 3fa4d42

Please sign in to comment.