Skip to content

Commit 6c9701b

Browse files
committed
Add numpy dependency
1 parent a96b1ff commit 6c9701b

3 files changed

Lines changed: 36 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ authors = [
88
license = { text = "placeholder" }
99
requires-python = ">=3.9"
1010
dependencies = [
11-
"attrs>=25.3.0",
11+
"attrs>=24.3.0",
12+
"numpy>=1.26.0; python_version < '3.13'",
13+
"numpy>=2.1.0; python_version >= '3.13'",
1214
]
1315
readme = "README.md"
1416
classifiers = [

requirements-locked.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements-locked.txt --no-hashes --no-dev --no-emit-project
33
attrs==25.3.0
4+
numpy==2.0.2 ; python_full_version < '3.10'
5+
numpy==2.2.6 ; python_full_version == '3.10.*'
6+
numpy==2.3.2 ; python_full_version >= '3.11'

uv.lock

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

0 commit comments

Comments
 (0)