Skip to content

Commit ad18298

Browse files
committed
final push... hopefully
1 parent b3ef5ad commit ad18298

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,20 @@
44
requirements = [
55
'matplotlib>=3.0.0',
66
'joblib>=1.0.0',
7-
#'dlib>=19.24.0',
8-
#'imageio==2.14.1',
97
]
108

119
py36_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

1916
py39_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

2723
if sys.version_info[0] == 3 and sys.version_info[1] == 6:
@@ -31,7 +27,7 @@
3127

3228

3329
setup(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(),

0 commit comments

Comments
 (0)