Skip to content

Commit 7b30c5f

Browse files
committed
Add pylinalg as explicit dependency
1 parent 7a9a2a9 commit 7b30c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.13",
3333
"Typing :: Typed",
3434
]
35-
dependencies = ["cmap>=0.5", "numpy>=1.24", "psygnal>=0.11.1", "pydantic>=2.10"]
35+
dependencies = ["cmap>=0.5", "numpy>=1.24", "psygnal>=0.11.1", "pydantic>=2.10", "pylinalg"]
3636

3737
[project.optional-dependencies]
3838
pygfx = ["pygfx>=0.9.0"]

0 commit comments

Comments
 (0)