Skip to content

Commit 55ca876

Browse files
Bump numpy from 1.26.4 to 2.2.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.4...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1246f1 commit 55ca876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
requires-python = ">=3.9"
3333
dependencies =[
34-
"numpy >= 1.16.5, < 2",
34+
"numpy >= 1.16.5, < 3",
3535
"matplotlib >= 3.5.1",
3636
"pandas >= 1.4.1",
3737
"pymatgen >= 2022.2.10",

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cerberus==1.3.5
22
matplotlib==3.9.2
33
monty==2024.10.21
4-
numpy==1.26.4
4+
numpy==2.2.0
55
pandas==2.2.3
66
pexpect==4.9.0
77
pymatgen==2024.7.18

0 commit comments

Comments
 (0)