Skip to content

Commit b8e5e5e

Browse files
authored
chore: code review
1 parent c50936d commit b8e5e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

66
## [1.0.2] - 2025-10-07
7-
+ Update - `keypoint-moseq` as extra dependency
7+
+ Update - `kpms` as extra dependency (includes `keypoint-moseq`)
88
+ Fix - Version pin `jax<0.7.0`
99

1010
## [1.0.1] - 2025-09-23

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ elements = [
3434
"element-interface @ git+https://github.com/datajoint/element-interface.git",
3535
"element-animal @ git+https://github.com/datajoint/element-animal.git",
3636
]
37-
keypoint-moseq = ["jax<0.7.0", "keypoint-moseq @ git+https://github.com/dattalab/keypoint-moseq.git"]
37+
kpms = ["jax<0.7.0", "keypoint-moseq @ git+https://github.com/dattalab/keypoint-moseq.git"]
3838
tests = [
3939
"pytest",
4040
"pytest-cov",

0 commit comments

Comments
 (0)