Skip to content

Commit 8d0fc79

Browse files
committed
Add matplotlib
1 parent 65079bf commit 8d0fc79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

iaflow/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pickle as pkl
99
import tensorflow as tf
1010
import subprocess as sp
11+
import matplotlib.pyplot as plt
1112

1213
from datetime import datetime
1314
from notifier import Notifier

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="iaflow",
9-
version='2.1.10',
9+
version='2.1.11',
1010
author="Enmanuel Magallanes Pinargote",
1111
author_email="enmanuelmag@cardor.dev",
1212
description="This library help to create models with identifiers, checkpoints, logs and metadata automatically, in order to make the training process more efficient and traceable.",

0 commit comments

Comments
 (0)