Skip to content

Commit 1626290

Browse files
authored
Update numpy to 2.3.3 (#72)
* Update pyproject.toml * Update pyproject.toml * Update environment-mini.yml
1 parent ff16ec9 commit 1626290

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci_support/environment-mini.yml

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

pyproject.toml

Lines changed: 2 additions & 2 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.3.2",
27+
"numpy==2.3.3",
2828
"pint==0.25",
2929
]
3030
dynamic = ["version"]
@@ -36,7 +36,7 @@ Repository = "https://github.com/pyiron/pyiron_dataclasses"
3636

3737
[project.optional-dependencies]
3838
convert = [
39-
"h5io_browser==0.2.1",
39+
"h5io_browser==0.2.2",
4040
]
4141

4242
[tool.ruff]

0 commit comments

Comments
 (0)