Skip to content

Commit

Permalink
Ready to release the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonwooSung committed Apr 24, 2021
1 parent fec7022 commit e1b4137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
setup(
name='pyglom',
packages=find_packages(),
version='0.0.1',
version='0.0.2',
license='MIT',
description='Pytorch implementation of GLOM',
description='PyTorch implementation of GLOM. PyTorch-Lightning version is also available.',
author='Yeonwoo Sung',
author_email='[email protected]',
url='https://github.com/YeonwooSung/GLOM',
Expand All @@ -28,6 +28,7 @@
],
install_requires=[
'einops>=0.3',
"pytorch-lightning==0.8.5",
'torch>=1.6'
],
classifiers=[
Expand Down

0 comments on commit e1b4137

Please sign in to comment.