mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-11-03 22:09:18 +08:00
dependecy
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
torch
|
torch
|
||||||
labml
|
labml>=0.4.37
|
||||||
labml-helpers
|
labml-helpers
|
||||||
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ setuptools.setup(
|
|||||||
},
|
},
|
||||||
packages=setuptools.find_packages(exclude=('test',
|
packages=setuptools.find_packages(exclude=('test',
|
||||||
'test.*')),
|
'test.*')),
|
||||||
install_requires=['labml',
|
install_requires=['labml>=0.4.37',
|
||||||
'labml_helpers',
|
'labml_helpers',
|
||||||
'torch'],
|
'torch'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user