Skip to content

Commit 7338149

Browse files
committed
unpin numpy, use ruff rule for updating
1 parent bd5c92e commit 7338149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"h5py>=3.6.0",
2828
"xarray>=0.20.2",
2929
"PyYAML>=6.0",
30-
'numpy>=1.22.4,<2.0.0',
30+
'numpy',
3131
"pandas>=1.3.2",
3232
"ase>=3.19.0",
3333
"mergedeep",
@@ -138,7 +138,7 @@ select = [
138138
"UP", # pyupgrade
139139
# "F401", # remove unused import
140140
"I001", # sort imports
141-
# "NPY201", # reactivate when np>2.0 is used
141+
"NPY201", # upgrade to numpy>2
142142
]
143143
ignore = [
144144
"E402", # Module level import not at top of file

0 commit comments

Comments
 (0)