Skip to content

Commit

Permalink
Merge pull request #38 from astewartau/patch-1
Browse files Browse the repository at this point in the history
patch
  • Loading branch information
skaliy authored Jul 1, 2024
2 parents 297306b + 52a2189 commit 05c77fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Python Library ###
lib_name = fastMONAI
min_python = 3.7
max_python = 3.9
version = 0.4.0.2
### OPTIONAL ###

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
py_versions = '3.6 3.7 3.8 3.9 3.10'.split()
py_versions = '3.6 3.7 3.8 3.9'.split()

requirements = cfg.get('requirements','').split()
if cfg.get('pip_requirements'): requirements += cfg.get('pip_requirements','').split()
Expand Down

0 comments on commit 05c77fd

Please sign in to comment.