Skip to content

Commit e989938

Browse files
committed
pyproject version updated
1 parent 4cfddc3 commit e989938

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

trainer/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "root_painter_trainer"
3-
version = "0.2.27.1"
3+
version = "0.2.27.3"
44
description = "Trainer (server component) for RootPainter"
55
readme = "README.md"
66
authors = [
@@ -13,16 +13,16 @@ classifiers = [
1313
"Programming Language :: Python :: 3",
1414
]
1515
dependencies = [
16-
"Pillow==9.3.0",
17-
"imagecodecs==2021.8.26",
18-
"numpy==1.24.2",
19-
"scikit-image==0.19.3",
20-
"scipy==1.10.0",
21-
"torch==1.13.1",
22-
"torchvision==0.14.1",
16+
"Pillow==12.0.0",
17+
"imagecodecs==2025.8.2",
18+
"numpy==2.3.4",
19+
"scikit-image==0.25.2",
20+
"scipy==1.16.2",
21+
"torch==2.6.0",
22+
"torchvision==0.21.0",
2323
]
2424
license = {text = "GPL-2.0"}
25-
requires-python = ">=3.8,<3.11"
25+
requires-python = ">=3.9,<3.13"
2626

2727
[project.urls]
2828
Homepage = "https://github.com/Abe404/root_painter"

0 commit comments

Comments
 (0)