File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11channels :
22- conda-forge
33dependencies :
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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.13" ,
2525]
2626dependencies = [
27- " numpy==2.2.4 " ,
27+ " numpy==2.3.2 " ,
2828]
2929dynamic = [" version" ]
3030
@@ -35,8 +35,8 @@ Repository = "https://github.com/pyiron/pyiron_dataclasses"
3535
3636[project .optional-dependencies ]
3737convert = [
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 ]
9191omit = [" pyiron_dataclasses/_version.py" , " tests/*" ]
92- command_line = " -m unittest discover tests"
92+ command_line = " -m unittest discover tests"
You can’t perform that action at this time.
0 commit comments