mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 01:13:00 +08:00
version
This commit is contained in:
6
setup.py
6
setup.py
@ -5,7 +5,7 @@ with open("readme.md", "r") as f:
|
||||
|
||||
setuptools.setup(
|
||||
name='labml_nn',
|
||||
version='0.4.60',
|
||||
version='0.4.62',
|
||||
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.60',
|
||||
'labml_helpers>=0.4.60',
|
||||
install_requires=['labml>=0.4.62',
|
||||
'labml_helpers>=0.4.62',
|
||||
'torch',
|
||||
'einops',
|
||||
'numpy'],
|
||||
|
Reference in New Issue
Block a user