Bump timm version to latest
This commit is contained in:
parent
4ae3b248ee
commit
691e843ed5
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(
|
||||||
license="MIT",
|
license="MIT",
|
||||||
url="https://github.com/microsoft/torchscale",
|
url="https://github.com/microsoft/torchscale",
|
||||||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
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",
|
python_requires=">=3.8.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user