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',