Skip to content

Commit 664ef7b

Browse files
committed
Merge remote-tracking branch 'origin/master' into more-6
2 parents dc184de + 7d6a19a commit 664ef7b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12"]
14+
python-version: ["3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ keywords = [
2525
"plasma",
2626
"physics",
2727
]
28-
requires-python = ">=3.10"
28+
requires-python = ">= 3.11"
2929
dependencies = [
30-
"boututils >= 0.1",
31-
"numpy >= 1.24",
30+
"boutdata >= 0.3",
31+
"numpy >= 1.26.0",
3232
"sympy >= 1.7",
33-
"scipy >= 1.10",
34-
"matplotlib >= 3.7",
33+
"scipy >= 1.12.0",
34+
"matplotlib >= 3.8.0",
3535
"netCDF4 >= 1.7",
3636
"freeqdsk >= 0.4.0",
3737
]

0 commit comments

Comments
 (0)