Skip to content

Commit 9434f09

Browse files
committed
Loosening requirements in toml
1 parent ae50238 commit 9434f09

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pyproject.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name = "Ryan Mueller"},
77
]
88
readme = "README.md"
9-
requires-python = "==3.13.7"
9+
requires-python = ">=3.8"
1010
license = { file = "LICENSE" }
1111
keywords = ["python", "Machine Learning", "Camera Raw"]
1212
classifiers = [
@@ -15,16 +15,17 @@ classifiers = [
1515
"Operating System :: OS Independent",
1616
]
1717
dependencies = [
18-
"pidng ==4.0.9",
19-
"pyside6 ==6.9.3",
20-
"numpy ==2.3.3",
21-
"torch ==2.8.0",
22-
"RawHandler ==0.0.2",
23-
"colour_demosaicing ==0.2.6",
24-
"blended_tiling ==0.0.1.dev7",
25-
"requests ==2.32.5",
26-
"platformdirs ==4.5.0",
27-
"tqdm ==4.67.1",
18+
"pidng ~=4.0.9",
19+
"pyside6 ~=6.9",
20+
"numpy >=2.3",
21+
"torch ~=2.8",
22+
"RawHandler ~=0.0.2",
23+
"colour_demosaicing ~=0.2.6",
24+
"blended_tiling >=0.0.1.dev7",
25+
"requests ~=2.32",
26+
"platformdirs ~=4.5",
27+
"tqdm ~=4.67",
28+
"cryptography ~=46.0",
2829
]
2930

3031
[project.urls]

0 commit comments

Comments
 (0)