Skip to content

Commit

Permalink
[build, scalapack.py] Add numpy to dependence.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Sep 7, 2023
1 parent 4bb5c54 commit a05524d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PyScalapack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a05524d

Please sign in to comment.