File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " pyskindose"
3- version = " 24.10 .0"
3+ version = " 25.1 .0"
44description = " Tools and script for calculating peak skin dose and create dose maps for fluoroscopic exams from RDSR data"
55readme = " README.md"
6- requires-python = " >=3.9 "
6+ requires-python = " >=3.10 "
77authors = [
88 {
name =
" Max Hellström" ,
email =
" [email protected] " },
99 {
name =
" Josef Lundman" ,
email =
" [email protected] " },
@@ -14,12 +14,12 @@ classifiers = [
1414 " Operating System :: OS Independent" ,
1515]
1616dependencies = [
17- " pandas" ,
18- " numpy >= 1.26.0 " ,
17+ " pandas >= 2.2.3 " ,
18+ " numpy >= 2.2.4 " ,
1919 " pydicom >= 2.0" ,
20- " numpy-stl" ,
20+ " numpy-stl >= 3.2.0 " ,
2121 " plotly >= 4.13.3" ,
22- " scipy" ,
22+ " scipy >= 1.15.2 " ,
2323 " tqdm" ,
2424 " psutil" ,
2525 " pillow >= 10.0.1" ,
You can’t perform that action at this time.
0 commit comments