Skip to content

Commit

Permalink
update to latest accelerate
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 3, 2023
1 parent ddd6702 commit 618e6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'med-seg-diff-pytorch',
packages = find_packages(exclude=[]),
version = '0.3.2',
version = '0.3.3',
license='MIT',
description = 'MedSegDiff - SOTA medical image segmentation - Pytorch',
author = 'Phil Wang',
Expand All @@ -16,14 +16,14 @@
'denoising diffusion',
'medical segmentation'
],
install_requires=[
install_requires = [
'beartype',
'einops',
'lion-pytorch',
'torch',
'torchvision',
'tqdm',
'accelerate',
'accelerate>=0.25.0',
'wandb'
],
classifiers=[
Expand Down

0 comments on commit 618e6a4

Please sign in to comment.