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 ff16ec9 commit 1626290Copy full SHA for 1626290
.ci_support/environment-mini.yml
@@ -1,8 +1,8 @@
1
channels:
2
- conda-forge
3
dependencies:
4
-- h5io_browser =0.2.1
+- h5io_browser =0.2.2
5
- hatchling =1.27.0
6
- hatch-vcs =0.5.0
7
-- numpy =2.3.2
+- numpy =2.3.3
8
- pint =0.25
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: 3.13",
25
]
26
dependencies = [
27
- "numpy==2.3.2",
+ "numpy==2.3.3",
28
"pint==0.25",
29
30
dynamic = ["version"]
@@ -36,7 +36,7 @@ Repository = "https://github.com/pyiron/pyiron_dataclasses"
36
37
[project.optional-dependencies]
38
convert = [
39
- "h5io_browser==0.2.1",
+ "h5io_browser==0.2.2",
40
41
42
[tool.ruff]
0 commit comments