Skip to content

Commit 979422a

Browse files
committed
Fix install requires
1 parent dc16dee commit 979422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def getRequirements():
6060
packages=find_packages(exclude=["build", ]),
6161
long_description=README_TEXT,
6262
long_description_content_type="text/markdown",
63-
install_requires=["scipy", "numpy"],
63+
install_requires=install_requires,
6464
include_package_data=True,
6565
license="MIT",
6666
description="""eMaTe can run in both CPU and GPU and can

0 commit comments

Comments
 (0)