Skip to content

Commit 7c22c14

Browse files
committed
packaging: restrict python minimum version
Package currently has no solution to dependencies, as judged by `uv`. Closes #91
1 parent 5c7d01a commit 7c22c14

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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "aind-dynamic-foraging-basic-analysis"
77
description = "Generated from aind-library-template"
88
license = {text = "MIT"}
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.9"
1010
authors = [
1111
{name = "Allen Institute for Neural Dynamics"}
1212
]

0 commit comments

Comments
 (0)