Skip to content

Commit cd4649e

Browse files
committed
fix python version <3.13
1 parent 770321d commit cd4649e

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
@@ -7,7 +7,7 @@ name = "deeplabcut-live"
77
version = "1.1.0"
88
description = "Class to load exported DeepLabCut networks and perform pose estimation on single frames (from a camera feed)"
99
readme = "README.md"
10-
requires-python = ">=3.10,<=3.12"
10+
requires-python = ">=3.10,<3.13"
1111
license = { text = "GNU Affero General Public License v3 or later (AGPLv3+)" }
1212
authors = [
1313
{ name = "A. & M. Mathis Labs", email = "admin@deeplabcut.org" }

0 commit comments

Comments
 (0)