Skip to content

Commit 7010f75

Browse files
committed
Update dependencies and version number
1 parent e6defdf commit 7010f75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "pyskindose"
3-
version = "24.10.0"
3+
version = "25.1.0"
44
description = "Tools and script for calculating peak skin dose and create dose maps for fluoroscopic exams from RDSR data"
55
readme = "README.md"
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77
authors = [
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
]
1616
dependencies = [
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",

0 commit comments

Comments
 (0)