Skip to content

Commit 5d6dc8d

Browse files
authored
Update pyproject.toml
1 parent 7fd0b27 commit 5d6dc8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ homepage = "https://github.com/DeepLabCut/DeepLabCut-live"
99
repository = "https://github.com/DeepLabCut/DeepLabCut-live"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
12-
"Programming Language :: Python :: 3.7",
13-
"Programming Language :: Python :: 3.8",
1412
"Programming Language :: Python :: 3.9",
1513
"Programming Language :: Python :: 3.10",
1614
"Programming Language :: Python :: 3.11",
@@ -28,7 +26,7 @@ dlc-live-test = "dlclive.check_install.check_install:main"
2826
dlc-live-benchmark = "dlclive.benchmark:main"
2927

3028
[tool.poetry.dependencies]
31-
python = ">=3.7.1,<3.13"
29+
python = ">=3.9,<3.14"
3230
numpy = ">=1.26,<2.0"
3331
"ruamel.yaml" = "^0.17.20"
3432
colorcet = "^3.0.0"

0 commit comments

Comments
 (0)