Skip to content

Commit

Permalink
Added install requirements to setup (#488)
Browse files Browse the repository at this point in the history
* Added install requirements to setup

* Update setup.py

Co-authored-by: Aarni Koskela <[email protected]>

---------

Co-authored-by: Aarni Koskela <[email protected]>
  • Loading branch information
ccoulombe and akx committed Jan 23, 2024
1 parent 407a8d3 commit 1e64210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def read(fname):
install_requires=['scipy'],
packages=find_packages(),
package_data={"": libs},
install_requires=['torch', 'numpy', 'scipy'],
extras_require={'benchmark': ['pandas', 'matplotlib']},
long_description=read("README.md"),
long_description_content_type="text/markdown",
classifiers=[
Expand Down

0 comments on commit 1e64210

Please sign in to comment.