Skip to content

Commit 068225a

Browse files
committed
📇 version
1 parent 0a8a26b commit 068225a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 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.107',
8+
version='0.4.108',
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, etc.",
@@ -20,8 +20,8 @@
2020
'labml_helpers', 'labml_helpers.*',
2121
'test',
2222
'test.*')),
23-
install_requires=['labml>=0.4.110',
24-
'labml-helpers>=0.4.77',
23+
install_requires=['labml>=0.4.129',
24+
'labml-helpers>=0.4.81',
2525
'torch',
2626
'einops',
2727
'numpy'],

0 commit comments

Comments
 (0)