Skip to content

Commit 65079bf

Browse files
committed
Add numpy on imports
1 parent 4d02494 commit 65079bf

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
@@ -4,6 +4,7 @@
44
import time
55
import copy
66
import shutil
7+
import numpy as np
78
import pickle as pkl
89
import tensorflow as tf
910
import subprocess as sp

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.9',
9+
version='2.1.10',
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)