Skip to content

Commit ed3f01e

Browse files
authored
Merge pull request #3 from pelucid/pin-version
Pin version to stop conflicts
2 parents 62baea6 + 46947e3 commit ed3f01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from setuptools import setup, find_packages
22

33
setup(name='mlxtend',
4-
version='0.0.1',
4+
version='0.0.2',
55
description='Machine Learning Library Extensions',
66
url='https://github.com/pelucid/mlxtend',
77
packages=find_packages(),
88
install_requires=[
9-
"scipy>=1.2.1",
9+
"scipy~=1.1.0",
1010
"numpy>=1.16.2",
1111
"pandas>=0.24.2",
1212
"scikit-learn>=0.20.3",

0 commit comments

Comments
 (0)