We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d83753 commit 1ecece2Copy full SHA for 1ecece2
setup.py
@@ -6,9 +6,9 @@
6
# TODO: Google Group for the team. And add that googlegroup id in author_email
7
setuptools.setup(
8
name="MLlib",
9
- version="0.0.0",
+ version="1.0.1",
10
author="MLlib Development Team",
11
- author_email="_@_.com",
+ author_email="singh.77@iitj.ac.in",
12
description="""
13
Package for ML and DL algorithms using nothing but numpy and matplotlib.
14
""",
@@ -27,5 +27,7 @@
27
install_requires=[
28
'numpy>=1.18.0',
29
'matplotlib>=3.0.0',
30
+ 'scipy'
31
+ 'pandas'
32
],
33
)
0 commit comments