Skip to content

Commit f724249

Browse files
committed
Update requirements.txt and toml for dependency fix
1 parent b6aa43a commit f724249

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

portpy/photon/utils/download_portpy_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
)
4040
snapshot_download = None
4141
hf_hub_download = None
42-
# ignore missing imports
4342

4443

4544
REPO_DEFAULT = "PortPy-Project/PortPy_Dataset"

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
{ name = "Saad Nadeem", email = "nadeems@mskcc.org" },
1717
{ name = "Masoud Zarepisheh", email = "zarepism@mskcc.org" }
1818
]
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.9"
2020
classifiers = [
2121
"Development Status :: 1 - Planning",
2222
"Intended Audience :: Science/Research",
@@ -33,16 +33,16 @@ dependencies = [
3333
"python-dateutil>=2.8.2",
3434
"pytz>=2022.1",
3535
"qdldl>=0.1.5",
36-
"scipy>=1.5.4",
36+
"scipy>=1.13",
3737
"scs>=3.2.0",
3838
"six>=1.16.0",
39-
"matplotlib>=3.5.3",
40-
"Shapely>=1.8.4",
39+
"matplotlib>=3.8",
40+
"Shapely>=2.0",
4141
"SimpleITK>=2.0.2",
4242
"tabulate>=0.9.0",
4343
"jinja2==3.1.5",
44-
"typing-extensions>=3.10.0.0",
45-
"scikit-image>=0.17.2",
44+
"typing-extensions>=4.8",
45+
"scikit-image>=0.23",
4646
"patchify>=0.2.3"
4747
]
4848

requirements.txt

-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)