Skip to content

Commit 21708b0

Browse files
authored
Update dependencies to latest version (#69)
* Update dependencies to latest version * Update environment-mini.yml * Update pyproject.toml
1 parent 07114e3 commit 21708b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.ci_support/environment-mini.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- h5io_browser =0.1.9
4+
- h5io_browser =0.2.1
55
- hatchling =1.27.0
66
- hatch-vcs =0.5.0
7-
- numpy =2.2.4
8-
- pint =0.24.4
7+
- numpy =2.3.2
8+
- pint =0.25

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.13",
2525
]
2626
dependencies = [
27-
"numpy==2.2.4",
27+
"numpy==2.3.2",
2828
]
2929
dynamic = ["version"]
3030

@@ -35,8 +35,8 @@ Repository = "https://github.com/pyiron/pyiron_dataclasses"
3535

3636
[project.optional-dependencies]
3737
convert = [
38-
"h5io_browser==0.1.9",
39-
"pint==0.24.4",
38+
"h5io_browser==0.2.1",
39+
"pint==0.25",
4040
]
4141

4242
[tool.ruff]
@@ -89,4 +89,4 @@ path = "pyiron_dataclasses/_version.py"
8989

9090
[tool.coverage.run]
9191
omit = ["pyiron_dataclasses/_version.py", "tests/*"]
92-
command_line = "-m unittest discover tests"
92+
command_line = "-m unittest discover tests"

0 commit comments

Comments
 (0)