Skip to content

Commit 627ead9

Browse files
committed
Add dependency on numpy for now
1 parent 79e2527 commit 627ead9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ dependencies = [
3333
"array-api-compat>=1.11.0",
3434
"einops>=0.8.0",
3535
"jaxtyping>=0.2.36",
36+
# TODO: remove numpy dependency once jaxtyping no longer implicitly depends on numpy
37+
# https://github.com/patrick-kidger/jaxtyping/issues/360
38+
"numpy>=1.25.0",
3639
]
3740

3841
[project.urls]

uv.lock

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

0 commit comments

Comments
 (0)