Skip to content

Commit 7161072

Browse files
Update setup.py
1 parent fcf3fb1 commit 7161072

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="GravityLab",
11-
version="3.0.0",
11+
version="4.0.0",
1212
packages=["gravitylab"],
1313
license="MIT",
1414
author="Kushaal Kumar Pothula",
@@ -21,7 +21,7 @@
2121
ext_modules=extensions,
2222
include_dirs=[numpy.get_include()],
2323
install_requires = [
24-
'numpy>=1.20.0',
25-
'matplotlib>=3.3.2'
24+
'numpy,
25+
'matplotlib'
2626
]
2727
)

0 commit comments

Comments
 (0)