Bump timm version to latest

pull/27/head
Jonathan Rayner 2023-04-11 11:02:21 +07:00 committed by GitHub
parent 4ae3b248ee
commit 691e843ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ setup(
license="MIT",
url="https://github.com/microsoft/torchscale",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=["torch>=1.8", "fairscale==0.4.0", "timm==0.4.12"],
install_requires=["torch>=1.8", "fairscale==0.4.0", "timm==0.6.13"],
python_requires=">=3.8.0",
classifiers=[
"Programming Language :: Python :: 3",