From b2856285f4049953ead2f94ffb46bcbe6130aef4 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Sat, 14 Nov 2020 10:18:48 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=87=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 606026fa..d6bc1983 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("readme.md", "r") as f: setuptools.setup( name='labml_nn', - version='0.4.12', + version='0.4.60', author="Varuna Jayasiri, Nipun Wijerathne", author_email="vpjayasiri@gmail.com, hnipun@gmail.com", description="A collection of PyTorch implementations of neural network architectures and layers.", @@ -17,8 +17,8 @@ setuptools.setup( }, packages=setuptools.find_packages(exclude=('test', 'test.*')), - install_requires=['labml>=0.4.52', - 'labml_helpers', + install_requires=['labml>=0.4.60', + 'labml_helpers>=0.4.60', 'torch', 'einops', 'numpy'],