We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 439231d + 2579524 commit 6f18deeCopy full SHA for 6f18dee
.github/workflows/wheels.yaml
@@ -27,8 +27,8 @@ jobs:
27
# uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
28
run: python -m cibuildwheel --output-dir wheelhouse
29
env:
30
- CIBW_BEFORE_BUILD: pip install oldest-supported-numpy Cython extension-helpers
31
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
+ CIBW_BEFORE_BUILD: pip install numpy>=2 Cython extension-helpers
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
32
CIBW_SKIP: pp*
33
34
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
CHANGES.rst
@@ -1,3 +1,9 @@
1
+0.9.3 (2025-02-10)
2
+------------------
3
+
4
+ - Compatibility with Numpy 2.0 (https://github.com/astropy/halotools/pull/1114)
5
6
7
0.9.2 (2024-12-02)
8
------------------
9
0 commit comments