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 fdb0b16 commit a631dfcCopy full SHA for a631dfc
.ci_support/environment-mini.yml
@@ -1,8 +1,8 @@
1
channels:
2
- conda-forge
3
dependencies:
4
-- h5io_browser =0.2.2
+- h5io_browser =0.2.6
5
- hatchling =1.27.0
6
- hatch-vcs =0.5.0
7
-- numpy =2.3.3
+- numpy =2.3.4
8
- pint =0.25
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: 3.13",
25
]
26
dependencies = [
27
- "numpy==2.3.3",
+ "numpy==2.3.4",
28
"pint==0.25",
29
30
dynamic = ["version"]
0 commit comments