Skip to content

Commit 2780037

Browse files
authored
Merge pull request #15 from MilagrosMarin/dev-milagros
fix: move installation of kpms from optional to required dependency
2 parents 9337f3f + 9414f03 commit 2780037

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
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

6+
## [0.3.1] - 2025-06-27
7+
8+
+ Fix - `setup.py` to install `keypoint-moseq` as a required dependency
69

710
## [0.3.0] - 2025-06-07
811

element_moseq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Package metadata
33
"""
44

5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
3232
"opencv-python",
3333
"graphviz",
3434
"pydot",
35+
"keypoint-moseq==0.4.8",
3536
],
3637
extras_require={
37-
"kpms": [
38-
"keypoint-moseq",
39-
],
4038
"elements": [
4139
"element-lab @ git+https://github.com/datajoint/element-lab.git",
4240
"element-session @ git+https://github.com/datajoint/element-session.git",

0 commit comments

Comments
 (0)