mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-06 15:22:21 +08:00
📇 version
This commit is contained in:
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open("readme.md", "r") as f:
|
||||
|
||||
setuptools.setup(
|
||||
name='labml-nn',
|
||||
version='0.4.91',
|
||||
version='0.4.93',
|
||||
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.",
|
||||
@ -20,7 +20,7 @@ setuptools.setup(
|
||||
'labml_helpers', 'labml_helpers.*',
|
||||
'test',
|
||||
'test.*')),
|
||||
install_requires=['labml>=0.4.103',
|
||||
install_requires=['labml>=0.4.109',
|
||||
'labml-helpers>=0.4.76',
|
||||
'torch',
|
||||
'einops',
|
||||
|
Reference in New Issue
Block a user