Skip to content

Commit 1ecece2

Browse files
Updated setup.py
1 parent 3d83753 commit 1ecece2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# TODO: Google Group for the team. And add that googlegroup id in author_email
77
setuptools.setup(
88
name="MLlib",
9-
version="0.0.0",
9+
version="1.0.1",
1010
author="MLlib Development Team",
11-
author_email="_@_.com",
11+
author_email="singh.77@iitj.ac.in",
1212
description="""
1313
Package for ML and DL algorithms using nothing but numpy and matplotlib.
1414
""",
@@ -27,5 +27,7 @@
2727
install_requires=[
2828
'numpy>=1.18.0',
2929
'matplotlib>=3.0.0',
30+
'scipy'
31+
'pandas'
3032
],
3133
)

0 commit comments

Comments
 (0)