Skip to content

Commit a631dfc

Browse files
authored
Fix pip check (#79)
* Update pyproject.toml * Update environment-mini.yml
1 parent fdb0b16 commit a631dfc

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.2
4+
- h5io_browser =0.2.6
55
- hatchling =1.27.0
66
- hatch-vcs =0.5.0
7-
- numpy =2.3.3
7+
- numpy =2.3.4
88
- pint =0.25

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3",
27+
"numpy==2.3.4",
2828
"pint==0.25",
2929
]
3030
dynamic = ["version"]

0 commit comments

Comments
 (0)