Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushaalkumar-pothula authored Aug 16, 2021
1 parent fcf3fb1 commit 7161072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="GravityLab",
version="3.0.0",
version="4.0.0",
packages=["gravitylab"],
license="MIT",
author="Kushaal Kumar Pothula",
Expand All @@ -21,7 +21,7 @@
ext_modules=extensions,
include_dirs=[numpy.get_include()],
install_requires = [
'numpy>=1.20.0',
'matplotlib>=3.3.2'
'numpy,
'matplotlib'
]
)

0 comments on commit 7161072

Please sign in to comment.