Skip to content

Commit 5fa5841

Browse files
authored
chore: use NumPy v2 (#218)
1 parent a5427f7 commit 5fa5841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.10", "3.11", "3.12"]
37+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3838

3939
env:
4040
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"pymatgen>=2024.10.22",
2020
"scikit-image>=0.19.3",
21-
"numpy<2",
21+
"numpy>=2.0.0,<3.0.0",
2222
"mp-pyrho>=0.4.4",
2323
]
2424
description = "Pymatgen extension for defects analysis"

0 commit comments

Comments
 (0)