This commit is contained in:
Varuna Jayasiri
2021-02-16 15:59:07 +05:30
parent 859242d5dc
commit 7f2e4dff07

View File

@ -5,7 +5,7 @@ with open("readme.md", "r") as f:
setuptools.setup( setuptools.setup(
name='labml-nn', name='labml-nn',
version='0.4.87', version='0.4.88',
author="Varuna Jayasiri, Nipun Wijerathne", author="Varuna Jayasiri, Nipun Wijerathne",
author_email="vpjayasiri@gmail.com, hnipun@gmail.com", author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
description="A collection of PyTorch implementations of neural network architectures and layers.", description="A collection of PyTorch implementations of neural network architectures and layers.",
@ -20,8 +20,8 @@ setuptools.setup(
'labml_helpers', 'labml_helpers.*', 'labml_helpers', 'labml_helpers.*',
'test', 'test',
'test.*')), 'test.*')),
install_requires=['labml>=0.4.97', install_requires=['labml>=0.4.103',
'labml-helpers>=0.4.74', 'labml-helpers>=0.4.75',
'torch', 'torch',
'einops', 'einops',
'numpy'], 'numpy'],