We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5781d commit 3b2f422Copy full SHA for 3b2f422
CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Changed
11
12
- Support `numpy>2.0`
13
-- Bump `pint` to `0.24.1` for `numpy` `v2.0` compatibility and to mitigate CI issues (@SuixiongTay, @rkingsbury)
+- Bump `pint` to `0.24.4` for `numpy` `v2.0` compatibility and to mitigate CI issues (@SuixiongTay, @rkingsbury)
14
- CI: add `python` `v3.13` to post-merge unit tests
15
16
## [1.2.0] - 2024-09-24
pyproject.toml
@@ -20,7 +20,7 @@ classifiers=[
20
license = {file = "LICENSE"}
21
requires-python = ">=3.10"
22
dependencies = [
23
- "pint>=0.24.1",
+ "pint>=0.24.4",
24
"numpy>1.26",
25
"scipy>=1.12",
26
"pymatgen>=2024.9.10",
0 commit comments