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 3c3613b commit 7f654feCopy full SHA for 7f654fe
.ci_support/environment-mini.yml
@@ -1,8 +1,8 @@
1
channels:
2
- conda-forge
3
dependencies:
4
-- h5io_browser =0.2.6
+- h5io_browser =0.2.7
5
- hatchling =1.27.0
6
- hatch-vcs =0.5.0
7
-- numpy =2.3.4
+- numpy =2.3.5
8
- pint =0.25.2
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: 3.14",
26
]
27
dependencies = [
28
- "numpy==2.3.4",
+ "numpy==2.3.5",
29
"pint==0.25.2",
30
31
dynamic = ["version"]
0 commit comments