Merge pull request #27 from JonathanRayner/patch-1

Bump timm version to latest
This commit is contained in:
Shuming Ma 2023-06-04 02:01:04 +08:00 committed by GitHub
commit 0cef83d675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",