Skip to content

Commit 82ae6d0

Browse files
authored
Merge pull request #16 from krzynio/master
Pyyaml warning fix and dependencies
2 parents aba6dbf + 779bcea commit 82ae6d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tensorflow
2+
pyyaml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
},
4040
python_requires='>=3.5',
4141
include_package_data=True,
42-
install_requires=['pandas', 'scikit-learn', 'autopep8', 'tqdm', 'jinja2>=2.8']
42+
install_requires=['pandas', 'scikit-learn', 'autopep8', 'tqdm', 'jinja2>=2.8', 'tensorflow', 'pyyaml']
4343
)

0 commit comments

Comments
 (0)