diff --git a/PyScalapack/setup.py b/PyScalapack/setup.py index 4c6cdda3e..1a391f6e2 100644 --- a/PyScalapack/setup.py +++ b/PyScalapack/setup.py @@ -41,6 +41,9 @@ author_email="zh970205@mail.ustc.edu.cn", url="https://github.com/USTC-TNS/TAT/tree/TAT/PyScalapack", packages=find_packages(), + install_requires=[ + "numpy", + ], license="GPLv3", long_description=long_description, long_description_content_type="text/markdown",