From e0386f991cb3e77cc5c3043fe9920ad10fa5acdc Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Sat, 2 Jul 2022 06:34:47 -0400 Subject: [PATCH] removed typing_extensions requirement --- min_dalle.ipynb | 2 +- setup.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/min_dalle.ipynb b/min_dalle.ipynb index 64db5ff..39c1214 100644 --- a/min_dalle.ipynb +++ b/min_dalle.ipynb @@ -88,7 +88,7 @@ "id": "c52TV1GbBNgS" }, "source": [ - "### Generate an Image" + "### Generate Images" ] }, { diff --git a/setup.py b/setup.py index ea8a81a..2eca2d6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='min-dalle', description = 'min(DALLĀ·E)', long_description=(Path(__file__).parent / "README").read_text(), - version='0.2.5', + version='0.2.6', author='Brett Kuprel', author_email='brkuprel@gmail.com', url='https://github.com/kuprel/min-dalle', @@ -15,8 +15,7 @@ setuptools.setup( ], license='MIT', install_requires=[ - 'torch>=1.11.0', - 'typing_extensions>=4.1.0' + 'torch>=1.10.0' ], keywords = [ 'artificial intelligence',