Skip to content

Commit

Permalink
set up numpy reqs for 2.0 and bump other min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 21, 2024
1 parent 86511e5 commit 45b2124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
description = "Galactic dynamics in Python"
readme = "README.rst"
requires-python = ">=3.9"
requires-python = ">=3.10"
keywords = ["astronomy", "dynamics"]
license = {file = "LICENSE"}
classifiers = [
Expand All @@ -15,7 +15,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Astronomy"
]
dependencies = [
"numpy>=1.20",
"numpy>=1.24.4",
"scipy>=1.8",
"astropy>=5.0",
"pyyaml",
Expand Down Expand Up @@ -80,7 +80,7 @@ requires = [
"wheel",
"setuptools_scm",
"extension-helpers==1.*",
"oldest-supported-numpy",
"numpy>=2.0",
"cython"
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 45b2124

Please sign in to comment.