We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3eb32 commit 18cd8a6Copy full SHA for 18cd8a6
.ci_support/environment.yml
@@ -5,7 +5,7 @@ dependencies:
5
- setuptools
6
- h5io =0.2.5
7
- h5py =3.15.1
8
-- numpy =2.4.1
+- numpy =2.4.2
9
- pandas =3.0.0
10
- pytables =3.10.2
11
- hatchling =1.28.0
pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
28
dependencies = [
29
"h5io==0.2.5",
30
"h5py==3.15.1",
31
- "numpy==2.4.1",
+ "numpy==2.4.2",
32
"pandas==3.0.0",
33
]
34
dynamic = ["version"]
0 commit comments