Skip to content

Commit

Permalink
Merge pull request #16 from krzynio/master
Browse files Browse the repository at this point in the history
Pyyaml  warning fix and dependencies
  • Loading branch information
minimaxir authored Apr 5, 2019
2 parents aba6dbf + 779bcea commit 82ae6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tensorflow
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
},
python_requires='>=3.5',
include_package_data=True,
install_requires=['pandas', 'scikit-learn', 'autopep8', 'tqdm', 'jinja2>=2.8']
install_requires=['pandas', 'scikit-learn', 'autopep8', 'tqdm', 'jinja2>=2.8', 'tensorflow', 'pyyaml']
)

0 comments on commit 82ae6d0

Please sign in to comment.