Skip to content

Commit

Permalink
setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-francois committed Aug 29, 2022
1 parent f5ca6b2 commit 8a875cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
description='Confusion matrix in tensorboard',
url='https://github.com/mr-francois/confusion_matrix_tensorboard',
author_email='mr.francois@gmx.de',
install_requires=['tensorflow', 'numpy', 'sklearn', 'io', 'tempfile', 'matplotlib', 'os'],
install_requires=['tensorflow', 'numpy', 'sklearn', 'tempfile', 'matplotlib', 'os'],
py_modules=[]
)

0 comments on commit 8a875cf

Please sign in to comment.