Skip to content

Commit d5ed1bd

Browse files
committed
MNT: Remove special branch for numpy 2 now that is released
1 parent 4144929 commit d5ed1bd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
11-
numpy-version: [""]
1211
architecture: [x86, x64]
1312
os:
1413
[
@@ -28,11 +27,6 @@ jobs:
2827
architecture: x86
2928
- os: macos-12
3029
architecture: x86
31-
include:
32-
- python-version: "3.12"
33-
numpy-version: ">=2.0.0rc1"
34-
architecture: x64
35-
os: ubuntu-latest
3630

3731
steps:
3832
- uses: actions/checkout@v4
@@ -49,7 +43,7 @@ jobs:
4943
5044
- name: Test with pytest
5145
run: |
52-
pip install pytest "numpy${{ matrix.numpy-version }}"
46+
pip install pytest
5347
pytest --pyargs bottleneck
5448
5549
check:

0 commit comments

Comments
 (0)