We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1246f1 commit 55ca876Copy full SHA for 55ca876
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
]
32
requires-python = ">=3.9"
33
dependencies =[
34
- "numpy >= 1.16.5, < 2",
+ "numpy >= 1.16.5, < 3",
35
"matplotlib >= 3.5.1",
36
"pandas >= 1.4.1",
37
"pymatgen >= 2022.2.10",
requirements/requirements.txt
@@ -1,7 +1,7 @@
1
Cerberus==1.3.5
2
matplotlib==3.9.2
3
monty==2024.10.21
4
-numpy==1.26.4
+numpy==2.2.0
5
pandas==2.2.3
6
pexpect==4.9.0
7
pymatgen==2024.7.18
0 commit comments