Skip to content

Commit 3d5edb1

Browse files
committed
Update pyproject.toml: add animals extra to make deeplabcut an optional dependency
1 parent 26c33e2 commit 3d5edb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ dependencies = [
3737
"scikit-image>=0.19.0",
3838
"filterpy>=1.4.5",
3939
"pandas>=1.0.1",
40-
"deeplabcut==3.0.0rc13",
4140
"huggingface_hub>=0.20.0",
4241
]
4342

4443
[project.optional-dependencies]
4544
dev = ["pytest>=7.0.0", "black>=22.0.0", "flake8>=4.0.0", "isort>=5.10.0"]
4645
wandb = ["wandb>=0.12.0"]
4746
viz = ["matplotlib>=3.5.0", "opencv-python>=4.5.0"]
47+
animals = ["deeplabcut==3.0.0rc13"]
4848

4949
[tool.setuptools]
5050
include-package-data = true

0 commit comments

Comments
 (0)