File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
66 { name = " Ryan Mueller" },
77]
88readme = " README.md"
9- requires-python = " ==3.13.7 "
9+ requires-python = " >=3.8 "
1010license = { file = " LICENSE" }
1111keywords = [" python" , " Machine Learning" , " Camera Raw" ]
1212classifiers = [
@@ -15,16 +15,17 @@ classifiers = [
1515 " Operating System :: OS Independent" ,
1616]
1717dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments