Skip to content

Commit fb3a61c

Browse files
authored
update pyproject.toml: unpin (lowerbound) deeplabcut dependency
1 parent 08c80da commit fb3a61c

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
@@ -44,7 +44,7 @@ dependencies = [
4444
dev = ["pytest>=7.0.0", "black>=22.0.0", "flake8>=4.0.0", "isort>=5.10.0"]
4545
wandb = ["wandb>=0.12.0"]
4646
viz = ["matplotlib>=3.5.0", "opencv-python>=4.5.0"]
47-
animals = ["deeplabcut==3.0.0rc13"]
47+
animals = ["deeplabcut>=3.0.0rc13"]
4848

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

0 commit comments

Comments
 (0)