Skip to content

Commit 2db5660

Browse files
committed
Fix up lower bound pins
1 parent 5dfde92 commit 2db5660

2 files changed

Lines changed: 86 additions & 48 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ authors = [
88
license = {text = "BSD-3-Clause"}
99
requires-python = ">=3.9"
1010
dependencies = [
11-
"attrs",
12-
"more-itertools",
13-
"numpy",
14-
"pint",
15-
"typing-extensions",
11+
"attrs>=22.1.0",
12+
"more-itertools>=10.0",
13+
"numpy>=1.26.0; python_version < '3.13'",
14+
"numpy>=2.1.0; python_version >= '3.13'",
15+
"pint>=0.20",
16+
"typing-extensions>=4.0",
1617
]
1718
readme = "README.md"
1819
classifiers = [

uv.lock

Lines changed: 80 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)