Skip to content

Commit

Permalink
BLD: Use numpy 2.x ABI.
Browse files Browse the repository at this point in the history
DEP: Clean up dependencies and associated docs.
  • Loading branch information
pllim committed May 15, 2024
1 parent 898f364 commit 6640357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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
7 changes: 3 additions & 4 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 All @@ -53,8 +53,7 @@ documentation = "http://spherical-geometry.readthedocs.io/"
requires = [
"setuptools>=61.2",
"setuptools_scm[toml]>=3.6",
"numpy>=1.25",
#"numpy>=2.0.0dev0",
"numpy>=2.0.0rc2",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 6640357

Please sign in to comment.