Skip to content

Commit

Permalink
fix: remove xformers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Jan 19, 2023
1 parent 4a9edd9 commit ab3c5da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="a-unet",
packages=find_packages(exclude=[]),
version="0.0.14",
version="0.0.15",
license="MIT",
description="A-UNet",
long_description_content_type="text/markdown",
Expand All @@ -15,7 +15,6 @@
"torch>=1.6",
"data-science-types>=0.2",
"einops>=0.6.0",
"xformers>=0.0.13",
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit ab3c5da

Please sign in to comment.