Skip to content

Commit

Permalink
pin numpy<2.0 in runtime, but build wheel with numpy>=2.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 13, 2024
1 parent fe93cfb commit 5720d8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ number of the code change for that issue. These PRs can be viewed at:

https://github.com/spacetelescope/drizzlepac/pulls

3.7.0.1 (13-Jun-2024)
=====================

- build wheels with Numpy 2.0 release candidate ahead of Numpy 2.0 release [#1806]

3.7.0 (02-Apr-2024) Infrastructure Build
===========================================
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies = [
'tables',
'typing_extensions>4.0',
'markupsafe<=2.0.1',
"numpy<2.0",
]
dynamic = ['version']

Expand Down Expand Up @@ -81,7 +82,7 @@ runmultihap = 'drizzlepac.runmultihap:main'
requires = ["setuptools>=61",
"setuptools_scm[toml]>=3.4",
"wheel",
"numpy>=1.18, <2.0",
"numpy>=2.0.0rc2",
"astropy>=5.0.4",
"markupsafe<=2.0.1"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 5720d8b

Please sign in to comment.