Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansingh9001 committed Apr 5, 2021
1 parent 3d83753 commit 1ecece2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# TODO: Google Group for the team. And add that googlegroup id in author_email
setuptools.setup(
name="MLlib",
version="0.0.0",
version="1.0.1",
author="MLlib Development Team",
author_email="_@_.com",
author_email="singh.77@iitj.ac.in",
description="""
Package for ML and DL algorithms using nothing but numpy and matplotlib.
""",
Expand All @@ -27,5 +27,7 @@
install_requires=[
'numpy>=1.18.0',
'matplotlib>=3.0.0',
'scipy'
'pandas'
],
)

0 comments on commit 1ecece2

Please sign in to comment.