We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd6702 commit 618e6a4Copy full SHA for 618e6a4
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'med-seg-diff-pytorch',
5
packages = find_packages(exclude=[]),
6
- version = '0.3.2',
+ version = '0.3.3',
7
license='MIT',
8
description = 'MedSegDiff - SOTA medical image segmentation - Pytorch',
9
author = 'Phil Wang',
@@ -16,14 +16,14 @@
16
'denoising diffusion',
17
'medical segmentation'
18
],
19
- install_requires=[
+ install_requires = [
20
'beartype',
21
'einops',
22
'lion-pytorch',
23
'torch',
24
'torchvision',
25
'tqdm',
26
- 'accelerate',
+ 'accelerate>=0.25.0',
27
'wandb'
28
29
classifiers=[
0 commit comments