Skip to content

Commit 3b2f422

Browse files
committed
bump pint to v0.24.4
1 parent da5781d commit 3b2f422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Support `numpy>2.0`
13-
- Bump `pint` to `0.24.1` for `numpy` `v2.0` compatibility and to mitigate CI issues (@SuixiongTay, @rkingsbury)
13+
- Bump `pint` to `0.24.4` for `numpy` `v2.0` compatibility and to mitigate CI issues (@SuixiongTay, @rkingsbury)
1414
- CI: add `python` `v3.13` to post-merge unit tests
1515

1616
## [1.2.0] - 2024-09-24

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers=[
2020
license = {file = "LICENSE"}
2121
requires-python = ">=3.10"
2222
dependencies = [
23-
"pint>=0.24.1",
23+
"pint>=0.24.4",
2424
"numpy>1.26",
2525
"scipy>=1.12",
2626
"pymatgen>=2024.9.10",

0 commit comments

Comments
 (0)