Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Former-commit-id: 5f5984d
  • Loading branch information
kyegomez committed Jul 22, 2023
1 parent 35a9e79 commit 44e2e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.9.5',
version = '0.9.6',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down Expand Up @@ -35,7 +35,7 @@
'albumentations',
'basicsr',
'controlnet-aux',
'diffusers==0.14.0',
'diffusers',
'einops',
'gradio',
'imageio',
Expand Down

0 comments on commit 44e2e84

Please sign in to comment.