Skip to content

Commit 7f654fe

Browse files
authored
Update numpy to 2.3.5 (#88)
* Update numpy dependency to version 2.3.5 * Update numpy dependency to version 2.3.5 * Update h5io_browser version to 0.2.7
1 parent 3c3613b commit 7f654fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6
4+
- h5io_browser =0.2.7
55
- hatchling =1.27.0
66
- hatch-vcs =0.5.0
7-
- numpy =2.3.4
7+
- numpy =2.3.5
88
- pint =0.25.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.14",
2626
]
2727
dependencies = [
28-
"numpy==2.3.4",
28+
"numpy==2.3.5",
2929
"pint==0.25.2",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)