Skip to content

Commit

Permalink
Change install-requires to only have runtime deps (#128)
Browse files Browse the repository at this point in the history
* add manifest

* update manifest

* exclude __pycache__ from sdist

* add loader path

* fix termination of cmake it

* fix description type

* remove stuff from install_requires
  • Loading branch information
hmacdope authored Oct 31, 2022
1 parent 63ebe4b commit 483d65e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"Issue Tracker": "https://github.com/MDAnalysis/distopia/issues",
},
install_requires=[
"numpy>=1.20.0",
"cython>=0.28.0,<3.0.0",
"scikit-build",
"cmake"
"numpy>=1.20.0"
],
)

0 comments on commit 483d65e

Please sign in to comment.