Skip to content

Commit 8ffab56

Browse files
authored
Update pint to 0.25.1 (#82)
* Update pyproject.toml * Update environment-mini.yml
1 parent c07c090 commit 8ffab56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dependencies:
55
- hatchling =1.27.0
66
- hatch-vcs =0.5.0
77
- numpy =2.3.4
8-
- pint =0.25
8+
- pint =0.25.1

pyproject.toml

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

0 commit comments

Comments
 (0)