File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 44requirements = [
55 'matplotlib>=3.0.0' ,
66 'joblib>=1.0.0' ,
7- #'dlib>=19.24.0',
8- #'imageio==2.14.1',
97]
108
119py36_requirements = [
1210 'scikit-learn>=0.20.3' ,
1311 'numpy<1.20' , # last version supported by python 3.6
1412 'pandas~=0.23.0' ,
1513 'scipy~=1.1.0' ,
16- #'scikit-image==0.17.2',
1714]
1815
1916py39_requirements = [
2017 'scikit-learn==1.1.1' ,
2118 'numpy==1.23.0' , # require a version which is compatible with py3.9 and is > 1.20 due to API changes
2219 'pandas~=1.4.3' ,
2320 'scipy~=1.9.0' ,
24- #'scikit-image~=0.19.3',
2521]
2622
2723if sys .version_info [0 ] == 3 and sys .version_info [1 ] == 6 :
3127
3228
3329setup (name = 'mlxtend' ,
34- version = '0.0.2 ' ,
30+ version = '0.0.3 ' ,
3531 description = 'Machine Learning Library Extensions' ,
3632 url = 'https://github.com/pelucid/mlxtend' ,
3733 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments