File tree Expand file tree Collapse file tree 2 files changed +21
-22
lines changed
Expand file tree Collapse file tree 2 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 11tensorflow == 2.11.0
2+ tensorflow-addons == 0.18.0
23keras-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
89scikit-image == 0.19.2
910lime == 0.2.0.1
1011pooch == 1.6.0
11- classification-models-3D == 1.0.4
12- tensorflow-addons == 0.16.1
12+ classification-models-3D == 1.0.6
1313vit-keras == 0.1.0
14- SimpleITK == 2.1.1.2
14+ SimpleITK == 2.2.0
1515batchgenerators == 0.24
1616volumentations-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
2019matplotlib == 3.5.1
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments