Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w86763777 committed Jul 10, 2021
1 parent 7991c96 commit 9c940f5
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 @@ -11,7 +11,7 @@ def read(rel_path):
if __name__ == '__main__':
setuptools.setup(
name='pytorch_gan_metrics',
version='0.3.0',
version='0.3.2',
author='Yi-Lun Wu',
author_email='[email protected]',
description=('Package for calculating GAN metrics using Pytorch'),
Expand All @@ -35,7 +35,7 @@ def read(rel_path):
install_requires=[
'tqdm',
'scipy==1.5.4',
'torch>=1.5.0,<=1.8.1',
'torchvision>=0.6.0,<=0.9.1',
'torch>=1.8.1',
'torchvision>=0.9.1',
],
)

0 comments on commit 9c940f5

Please sign in to comment.