[py-efficientnet-pytorch] added version 0.7.1 (#25230)

This commit is contained in:
Jen Herting 2021-08-03 16:28:05 -04:00 committed by GitHub
parent 70b32b53fc
commit b21649e6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyEfficientnetPytorch(PythonPackage):
homepage = "https://github.com/lukemelas/efficientnet_pytorch"
pypi = "efficientnet_pytorch/efficientnet_pytorch-0.6.3.tar.gz"
version('0.7.1', sha256='00b9b261effce59d2d47aae2ad238c29a2a65175470f41ada7ecac439b7c1ee1')
version('0.6.3', sha256='6667459336893e9bf6367de3788ba449fed97f65da3b6782bf2204b6273a319f')
depends_on('python@3.5.0:', type=('build', 'run'))