Skip to content

Commit febb814

Browse files
authored
Update pint to 0.25.2 (#84)
* Update pyproject.toml * Update environment-mini.yml
1 parent b6b8b28 commit febb814

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.1
8+
- 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
]
2626
dependencies = [
2727
"numpy==2.3.4",
28-
"pint==0.25.1",
28+
"pint==0.25.2",
2929
]
3030
dynamic = ["version"]
3131

0 commit comments

Comments
 (0)