Skip to content

Commit 03bb3b3

Browse files
committed
chore: add different optional dependencies for kpms cpu/gpu
1 parent a2d241b commit 03bb3b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ elements = [
3939
"element-interface @ git+https://github.com/datajoint/element-interface.git",
4040
"element-animal @ git+https://github.com/datajoint/element-animal.git",
4141
]
42-
kpms = ["jax<0.7.0", "keypoint-moseq @ git+https://github.com/dattalab/keypoint-moseq.git"]
42+
kpms_cpu = ["jax<0.7.0", "keypoint-moseq @ git+https://github.com/dattalab/keypoint-moseq.git"]
43+
kpms_gpu = ["jax<0.7.0", "keypoint-moseq[cuda] @ git+https://github.com/dattalab/keypoint-moseq.git"]
44+
4345
tests = [
4446
"pytest",
4547
"pytest-cov",

0 commit comments

Comments
 (0)