Skip to content

Commit 594f89c

Browse files
committed
version
1 parent 0101618 commit 594f89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='labml-nn',
8-
version='0.4.133',
8+
version='0.4.134',
99
author="Varuna Jayasiri, Nipun Wijerathne",
1010
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
1111
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 @@
2020
'labml_helpers', 'labml_helpers.*',
2121
'test',
2222
'test.*')),
23-
install_requires=['labml>=0.4.158',
23+
install_requires=['labml>=0.4.165',
2424
'labml-helpers>=0.4.89',
2525
'torch',
2626
'torchtext',

0 commit comments

Comments
 (0)