Skip to content

Commit

Permalink
build: updated dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Feb 21, 2024
1 parent 8837e06 commit 2ce29b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
tensorflow==2.14.0
numpy==1.23.0
numpy==1.23.5
pillow==9.3.0
albumentations==1.3.0
pandas==1.5.0
pandas==1.5.2
scikit-learn==1.1.0
scikit-image==0.19.2
lime==0.2.0.1
pooch==1.6.0
classification-models-3D==1.0.6
vit-keras==0.1.0
classification-models-3D==1.0.10
vit-keras==0.1.2
SimpleITK==2.2.0
batchgenerators==0.24
batchgenerators==0.25
volumentations-aucmedi==1.0.1
plotnine==0.10.0
plotnine==0.10.1
pathos==0.3.0
matplotlib==3.5.1
16 changes: 7 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,22 @@
},
python_requires='>=3.9',
install_requires=['tensorflow>=2.14.0',
'numpy>=1.23.0',
'numpy>=1.23.5',
'pillow>=9.3.0',
'albumentations>=1.3.0',
'pandas>=1.5.0',
'pandas>=1.5.2',
'scikit-learn>=1.1.0',
'scikit-image>=0.19.1',
'lime>=0.2.0.1',
'pooch>=1.6.0',
'classification-models-3D>=1.0.6',
'vit-keras>=0.1.0',
'classification-models-3D>=1.0.10',
'vit-keras>=0.1.2',
'SimpleITK>=2.2.0',
'batchgenerators>=0.24',
'batchgenerators>=0.25',
'volumentations-aucmedi>=1.0.1',
'plotnine>=0.10.0',
'pathos>=0.3.0',
'matplotlib>=3.5.0,<3.5.3'],
'plotnine>=0.10.1',
'pathos>=0.3.0'],
classifiers=["Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 2ce29b2

Please sign in to comment.