Skip to content

Commit

Permalink
BLD: Use numpy 2.x ABI. (spacetelescope#274)
Browse files Browse the repository at this point in the history
DEP: Clean up dependencies and associated docs.

Co-authored-by: Mihai Cara <[email protected]>
  • Loading branch information
pllim and mcara authored Jun 13, 2024
1 parent 7da4a41 commit 0f5f0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Requirements

- Python 3.9 or later

- Numpy 1.20 or later
- Numpy 1.23 or later

- astropy 5.0.4 or later

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ keywords = [
"geometry",
]
dependencies = [
"numpy>=1.22",
"astropy",
"numpy>=1.23",
"astropy>=5.0.4",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0f5f0a3

Please sign in to comment.