Skip to content

Commit

Permalink
Upgrade to numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Sep 20, 2024
1 parent 36e739c commit 0fb12b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/eigen
Submodule eigen updated from 6d829e to 2d4c9b
2 changes: 1 addition & 1 deletion lib/pybind11
Submodule pybind11 updated 211 files
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["packaging>=21",
"setuptools>=60",
"setuptools_scm>=8.0",
"pybind11>=2.10.0"]
"pybind11>=2.12"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down Expand Up @@ -33,12 +33,13 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"astropy>=5.1",
"astropy-healpix>=1.0.3",
"astroquery>=0.4.6",
"joblib>=1.4",
"matplotlib>=3.5",
"numpy<2.0",
"numpy>=2.0",
"pandas>=1.5.1",
"reproject",
"reproject>=0.14",
"scipy>=1.9.2",
"scikit_learn>=1.0.0",
"koffi>=0.1.1",
Expand Down

0 comments on commit 0fb12b7

Please sign in to comment.