Merge pull request #27 from JonathanRayner/patch-1
Bump timm version to latest
This commit is contained in:
commit
0cef83d675
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user