Skip to content

Commit

Permalink
Support numpy 2 and python-casacore 3.6.1 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Oct 29, 2024
1 parent bda8d0b commit 5fe0603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ History

0.3.8 (2024-09-29)
------------------
* Update to NumPy 2.0.0 (:pr:`317`)
* Update to python-casacore 3.6.1 (:pr:`317`)
* Test on Python 3.12 (:pr:`318`)
* Deprecate Python 3.9 (:pr:`318`)
* Fix nvcc compilation (:pr:`316`)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
requirements = [
"appdirs >= 1.4.3",
"decorator",
"numpy >= 1.14.0, != 1.15.3, < 2.0.0",
"numpy >= 2.0.0",
"numba >= 0.53.1",
"setuptools",
]
Expand All @@ -22,7 +22,7 @@
"jax": ["jax >= 0.2.11", "jaxlib >= 0.1.65"],
"scipy": ["scipy >= 1.4.0"],
"astropy": ["astropy >= 4.0"],
"python-casacore": ["python-casacore >= 3.4.0, != 3.5.0"],
"python-casacore": ["python-casacore >= 3.6.1"],
"ducc0": ["ducc0 >= 0.9.0"],
"testing": ["pytest", "flaky"],
}
Expand Down

0 comments on commit 5fe0603

Please sign in to comment.