Skip to content

Commit aec36ff

Browse files
Merge pull request #8 from pelucid/BN-2667
Bump dependencies for py39
2 parents 8bda664 + 6c403f0 commit aec36ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
py39_requirements = [
1717
'scikit-learn==1.1.2',
1818
'numpy==1.23.0', # require a version which is compatible with py3.9 and is > 1.20 due to API changes
19-
'pandas~=1.4.3',
20-
'scipy~=1.9.0',
19+
'pandas~=1.5',
20+
'scipy~=1.10.0',
2121
]
2222

2323
if sys.version_info[0] == 3 and sys.version_info[1] == 6:
@@ -27,11 +27,11 @@
2727

2828

2929
setup(name='mlxtend',
30-
version='0.0.3',
30+
version='0.0.4',
3131
description='Machine Learning Library Extensions',
3232
url='https://github.com/pelucid/mlxtend',
3333
packages=find_packages(),
3434
install_requires=requirements,
3535
setup_requires=["pytest-runner"],
3636
tests_require=['pytest~=6.2', 'pytest-cov', 'tomli==1.2.2', 'coverage==6.2']
37-
)
37+
)

0 commit comments

Comments
 (0)