Skip to content
Snippets Groups Projects
Commit 34e86539 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add install_requires

parent 7549c4fd
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,10 @@ package_dir =
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
# install_requires = numpy; scipy
install_requires =
numpy
torch
sympy
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment