File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ homepage = "https://github.com/DeepLabCut/DeepLabCut-live"
99repository = " https://github.com/DeepLabCut/DeepLabCut-live"
1010classifiers = [
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"
2826dlc-live-benchmark = " dlclive.benchmark:main"
2927
3028[tool .poetry .dependencies ]
31- python = " >=3.7.1 ,<3.13 "
29+ python = " >=3.9 ,<3.14 "
3230numpy = " >=1.26,<2.0"
3331"ruamel.yaml" = " ^0.17.20"
3432colorcet = " ^3.0.0"
You can’t perform that action at this time.
0 commit comments