Skip to content

Commit 7861865

Browse files
authored
Merge pull request #35 from pyiron/dependabot/pip/numpy-2.3.4
Bump numpy from 2.3.3 to 2.3.4
2 parents 83adf87 + 1555634 commit 7861865

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ channels:
22
- conda-forge
33
dependencies:
44
- python >=3.11, <3.14
5-
- numpy =2.3.3
5+
- numpy =2.3.4
66
- setuptools >=68
77
- networkx =3.5

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ channels:
22
- conda-forge
33
dependencies:
44
- python >=3.11, <3.14
5-
- numpy =2.3.3
5+
- numpy =2.3.4
66
- setuptools >=68
77
- networkx =3.5

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies:
88
- sphinx-rtd-theme
99
- versioneer
1010
- python >=3.11, <3.14
11-
- numpy =2.3.3
11+
- numpy =2.3.4
1212
- setuptools >=68
1313
- networkx =3.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.13",
2525
]
2626
dependencies = [
27-
"numpy==2.3.3",
27+
"numpy==2.3.4",
2828
"networkx==3.5",
2929
]
3030
dynamic = [ "version",]

0 commit comments

Comments
 (0)