Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lantianzz committed Mar 15, 2022
1 parent a90f13b commit 0e69161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,7 +11,7 @@
'''
setuptools.setup(
name="scorecardbundle",
version="1.2.1",
version="1.2.2",
author="Lantian ZHANG",
author_email="blue.zhanglt@outlook.com",
description="The python scorecard modeling library",
Expand All @@ -26,6 +26,6 @@
keywords='Python Scorecard Modeling',
packages=setuptools.find_packages(exclude=['TEMP','examples']),
python_requires='>=3.7',
install_requires=['numpy','scipy','pandas','matplotlib','sklearn'],
install_requires=['numpy','scipy','pandas','matplotlib','scikit-learn'],
)

0 comments on commit 0e69161

Please sign in to comment.