Skip to content

Commit 18cd8a6

Browse files
authored
Update numpy to 2.4.2 (#183)
* Update pyproject.toml * Update environment.yml
1 parent ab3eb32 commit 18cd8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- setuptools
66
- h5io =0.2.5
77
- h5py =3.15.1
8-
- numpy =2.4.1
8+
- numpy =2.4.2
99
- pandas =3.0.0
1010
- pytables =3.10.2
1111
- hatchling =1.28.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
dependencies = [
2929
"h5io==0.2.5",
3030
"h5py==3.15.1",
31-
"numpy==2.4.1",
31+
"numpy==2.4.2",
3232
"pandas==3.0.0",
3333
]
3434
dynamic = ["version"]

0 commit comments

Comments
 (0)