Skip to content

Commit 11d63c9

Browse files
committed
fix: relax python version requirement
1 parent ff8a47a commit 11d63c9

File tree

2 files changed

+488
-11
lines changed

2 files changed

+488
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "torcharc"
33
version = "2.1.2"
44
description = "Build PyTorch models by specifying architectures."
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"pydantic>=2.10.4",
99
"pyyaml>=6.0.2",

0 commit comments

Comments
 (0)