From 594f89c8ccb483ffe8b64c5c092ce813a0aeb1fc Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Fri, 14 Jul 2023 21:28:14 +0530 Subject: [PATCH] version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 333c37c4..f09a948c 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.133', + version='0.4.134', author="Varuna Jayasiri, Nipun Wijerathne", author_email="vpjayasiri@gmail.com, hnipun@gmail.com", description="🧑‍🏫 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit), optimizers (adam, radam, adabelief), gans(dcgan, cyclegan, stylegan2), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, diffusion, etc. 🧠", @@ -20,7 +20,7 @@ setuptools.setup( 'labml_helpers', 'labml_helpers.*', 'test', 'test.*')), - install_requires=['labml>=0.4.158', + install_requires=['labml>=0.4.165', 'labml-helpers>=0.4.89', 'torch', 'torchtext',