Skip to content

Commit

Permalink
Merge pull request #754 from dirac-institute/upgrade_numpy
Browse files Browse the repository at this point in the history
Upgrade to numpy 2.0
  • Loading branch information
jeremykubica authored Dec 16, 2024
2 parents 39f025b + 1efe433 commit c14abe7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion include/eigen
Submodule eigen updated from 6d829e to c01ff4
2 changes: 1 addition & 1 deletion lib/pybind11
Submodule pybind11 updated 222 files
26 changes: 12 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"astropy>=5.1",
"astroquery>=0.4.6",
"astropy>=6.1",
"astroquery>=0.4.7",
"dask[array]>=2024.4.1", # Needed for astropy library dependency
"jax",
"joblib>=1.4",
"matplotlib>=3.5",
"numpy<2.0",
"pandas>=1.5.1",
"jaxlib",
"matplotlib>=3.9",
"numpy>=2.0",
"pandas>=2.2", # Needed for scikit_learn
"reproject",
"scipy>=1.9.2",
"scikit_learn>=1.0.0",
"scipy>=1.13",
"scikit_learn>=1.5.0",
"koffi>=0.1.1",
"jplephem",
"PyYAML>=6.0"
Expand All @@ -55,15 +56,12 @@ Changelog = "https://epyc.astro.washington.edu/~kbmod/project_details/release_no

[project.optional-dependencies]
analysis = [
"tensorflow>=2.9",
"matplotlib>=3.6.1",
"ephem>=4.1",
"ipywidgets>=8.0",
"ephem>=4.1"
]
docs = [
"sphinx",
# https://github.com/spatialaudio/nbsphinx/issues/655
"sphinx-gallery<0.11",
"sphinx>=8.0",
"sphinx-gallery",
"sphinx-codeautolink",
"sphinx-design",
"numpydoc",
Expand Down

0 comments on commit c14abe7

Please sign in to comment.