We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d241b commit 03bb3b3Copy full SHA for 03bb3b3
pyproject.toml
@@ -39,7 +39,9 @@ elements = [
39
"element-interface @ git+https://github.com/datajoint/element-interface.git",
40
"element-animal @ git+https://github.com/datajoint/element-animal.git",
41
]
42
-kpms = ["jax<0.7.0", "keypoint-moseq @ git+https://github.com/dattalab/keypoint-moseq.git"]
+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
+
45
tests = [
46
"pytest",
47
"pytest-cov",
0 commit comments