Skip to content

Commit d6718a1

Browse files
committed
Remove deps for tensorflow metal
1 parent 28583eb commit d6718a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

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

77
setuptools.setup(
88
name="iaflow",
9-
version='2.2.0',
9+
version='2.2.1',
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.",
@@ -21,7 +21,6 @@
2121
],
2222
install_requires=[
2323
'requests',
24-
'tensorflow',
2524
'discord_webhook',
2625
'notifier-function'
2726
],

0 commit comments

Comments
 (0)