Skip to content

Commit dbd2482

Browse files
authored
Merge pull request #1577 from zm711/drop-old-numpy
Drop NumPy < 1.22.4
2 parents da0f09c + d59e32a commit dbd2482

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/core-test.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,8 @@ jobs:
2727
os: ["ubuntu-latest", "windows-latest"]
2828
# "macos-latest",
2929
python-version: ['3.9', '3.10', '3.11', '3.12']
30-
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
30+
numpy-version: ['1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
3131
exclude:
32-
- python-version: '3.10'
33-
numpy-version: '1.20.3'
34-
- python-version: '3.11'
35-
numpy-version: '1.20.3'
36-
- python-version: '3.11'
37-
numpy-version: '1.21.6'
38-
- python-version: '3.12'
39-
numpy-version: '1.20.3'
40-
# python 3.12 only works on latest numpy
41-
- python-version: '3.12'
42-
numpy-version: '1.21.6'
4332
- python-version: '3.12'
4433
numpy-version: '1.22.4'
4534
- python-version: '3.12'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"packaging",
26-
"numpy>=1.20.3,<2.0.0",
26+
"numpy>=1.22.4,<2.0.0",
2727
"quantities>=0.14.1,<0.16.0"
2828
]
2929

0 commit comments

Comments
 (0)