Skip to content

Commit

Permalink
Merge pull request #41 from VemundFredriksen/python-3.8
Browse files Browse the repository at this point in the history
Python >= 3.8; deprecated Python 3.7
  • Loading branch information
andreped authored Dec 27, 2023
2 parents e5c0092 + 11eab40 commit a51866b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ An online version of the tool has been made openly available at Hugging Face spa

## [Installation](https://github.com/VemundFredriksen/LungTumorMask#installation)

Software has been tested against Python `3.7-3.10`.
Software has been tested against Python `3.8-3.10`.

Stable latest release:
```
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author="Svein Ole M Sevle, Vemund Fredriksen, and André Pedersen",
url="https://github.com/VemundFredriksen/LungTumorMask",
license="MIT",
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=[
'numpy<=1.23.2',
'monai<=0.8.1',
Expand All @@ -22,7 +22,6 @@
]
},
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit a51866b

Please sign in to comment.