diff --git a/setup.cfg b/setup.cfg
index cdc97944c1421f2839a3c59338a7fba4f60b3935..16fedb74cdbc14c052433845e8d5d03160442184 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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