Skip to content

Commit

Permalink
Merge pull request #1577 from zm711/drop-old-numpy
Browse files Browse the repository at this point in the history
Drop NumPy < 1.22.4
  • Loading branch information
zm711 authored Oct 1, 2024
2 parents da0f09c + d59e32a commit dbd2482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,8 @@ jobs:
os: ["ubuntu-latest", "windows-latest"]
# "macos-latest",
python-version: ['3.9', '3.10', '3.11', '3.12']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
numpy-version: ['1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
exclude:
- python-version: '3.10'
numpy-version: '1.20.3'
- python-version: '3.11'
numpy-version: '1.20.3'
- python-version: '3.11'
numpy-version: '1.21.6'
- python-version: '3.12'
numpy-version: '1.20.3'
# python 3.12 only works on latest numpy
- python-version: '3.12'
numpy-version: '1.21.6'
- python-version: '3.12'
numpy-version: '1.22.4'
- python-version: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [

dependencies = [
"packaging",
"numpy>=1.20.3,<2.0.0",
"numpy>=1.22.4,<2.0.0",
"quantities>=0.14.1,<0.16.0"
]

Expand Down

0 comments on commit dbd2482

Please sign in to comment.