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 8a875cf commit cf88071
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion confusion_matrix_tensorboard/cm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import tensorflow as tf
from tensorflow import keras
import numpy as np
import tempfile
import sklearn.metrics
import io
import matplotlib.pyplot as plt
Expand Down
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', 'tempfile', 'matplotlib', 'os'],
install_requires=['tensorflow', 'numpy', 'sklearn', 'matplotlib', 'os'],
py_modules=[]
)

0 comments on commit cf88071

Please sign in to comment.