We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10777b commit 6e495dfCopy full SHA for 6e495df
trainer/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "root_painter_trainer"
3
-version = "0.2.27.4"
+version = "0.2.27.5"
4
description = "Trainer (server component) for RootPainter"
5
readme = "README.md"
6
authors = [
@@ -22,7 +22,7 @@ dependencies = [
22
"torchvision==0.21.0",
23
]
24
license = {text = "GPL-2.0"}
25
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.11,<3.13"
26
27
[project.urls]
28
Homepage = "https://github.com/Abe404/root_painter"
0 commit comments