Skip to content

Commit d8cfb48

Browse files
authored
Bump numpy (#75)
* Bump numpy * Deps * Drop 3.9
1 parent 46579a1 commit d8cfb48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
22+
python-version: ["3.10", "3.11", "3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v3

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [3.8, 3.9, "3.10"]
19+
python-version: ["3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ readme = "README.md"
88
packages = [{include = "racs_tools"}]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.8"
12-
numpy = "<2"
13-
astropy = ">=5"
11+
python = ">=3.10"
12+
numpy = ">=2"
13+
astropy = ">=6"
1414
radio_beam = ">=0.3.8"
1515
scipy = "*"
1616
spectral_cube = ">=0.6.3"

0 commit comments

Comments
 (0)