Skip to content

Commit

Permalink
Added missing requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed Mar 5, 2019
1 parent d1bb788 commit f783a13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ colorama>=0.4.1
psutil>=5.5.1
pyyaml>=3.13
sphinxcontrib-programoutput>=0.13
numpy>=1.15.4
torch>=1.0.0
visdom>=0.1.8.8
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
# long_description_content_type="text/markdown",
url="https://github.com/sharif1093/digideep",
install_requires=[
"colorama>=0.4.1", "psutil>=5.5.1", "pyyaml>=3.13", "sphinxcontrib-programoutput>=0.13"
"colorama>=0.4.1", "psutil>=5.5.1", "pyyaml>=3.13",
"sphinxcontrib-programoutput>=0.13", "numpy>=1.15.4",
"torch>=1.0.0", "visdom>=0.1.8.8"
],
packages=setuptools.find_packages(),
license="",
Expand Down

0 comments on commit f783a13

Please sign in to comment.