Skip to content

Commit c774c05

Browse files
authored
Merge pull request #184 from frankkramer-lab/build-update
build!: updated various package versions
2 parents 8fdbc79 + d089d88 commit c774c05

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

requirements.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
tensorflow==2.11.0
2+
tensorflow-addons==0.18.0
23
keras-applications==1.0.8
3-
numpy==1.22.3
4-
pillow==9.1.1
5-
albumentations==1.1.0
6-
pandas==1.4.2
7-
scikit-learn==1.0.2
4+
numpy==1.23.0
5+
pillow==9.3.0
6+
albumentations==1.3.0
7+
pandas==1.5.0
8+
scikit-learn==1.1.0
89
scikit-image==0.19.2
910
lime==0.2.0.1
1011
pooch==1.6.0
11-
classification-models-3D==1.0.4
12-
tensorflow-addons==0.16.1
12+
classification-models-3D==1.0.6
1313
vit-keras==0.1.0
14-
SimpleITK==2.1.1.2
14+
SimpleITK==2.2.0
1515
batchgenerators==0.24
1616
volumentations-aucmedi==1.0.1
17-
plotnine==0.8.0
18-
protobuf==3.20.2
19-
pathos==0.2.9
17+
plotnine==0.10.0
18+
pathos==0.3.0
2019
matplotlib==3.5.1

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
},
2727
python_requires='>=3.8',
2828
install_requires=['tensorflow>=2.10.0',
29+
'tensorflow-addons>=0.18.0',
2930
'keras-applications>=1.0.8',
30-
'numpy>=1.19.2',
31-
'pillow>=8.3.2',
32-
'albumentations>=1.1.0',
33-
'pandas>=1.4.0',
34-
'scikit-learn>=1.0.2',
31+
'numpy>=1.23.0',
32+
'pillow>=9.3.0',
33+
'albumentations>=1.3.0',
34+
'pandas>=1.5.0',
35+
'scikit-learn>=1.1.0',
3536
'scikit-image>=0.19.1',
3637
'lime>=0.2.0.1',
3738
'pooch>=1.6.0',
38-
'classification-models-3D>=1.0.4',
39-
'tensorflow-addons>=0.16.1',
39+
'classification-models-3D>=1.0.6',
4040
'vit-keras>=0.1.0',
41-
'SimpleITK>=2.1.1',
42-
'batchgenerators>=0.23',
41+
'SimpleITK>=2.2.0',
42+
'batchgenerators>=0.24',
4343
'volumentations-aucmedi>=1.0.1',
44-
'plotnine>=0.8.0',
45-
'pathos>=0.2.9',
44+
'plotnine>=0.10.0',
45+
'pathos>=0.3.0',
4646
'matplotlib>=3.5.0,<3.5.3'],
4747
classifiers=["Programming Language :: Python :: 3",
4848
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)