py-torchmetrics: add v0.7.0 (#28489)

This commit is contained in:
Adam J. Stewart 2022-01-18 20:00:09 -06:00 committed by GitHub
parent 68c0bdb698
commit c5b1fcf5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyTorchmetrics(PythonPackage):
homepage = "https://github.com/PyTorchLightning/metrics" homepage = "https://github.com/PyTorchLightning/metrics"
pypi = "torchmetrics/torchmetrics-0.3.1.tar.gz" pypi = "torchmetrics/torchmetrics-0.3.1.tar.gz"
version('0.7.0', sha256='dbfb8989086f38020045a935e83928504e1af1d84ae92b073f6a83d018f4bc00')
version('0.5.1', sha256='22fbcb6fc05348ca3f2bd06e0763e88411a6b68c2b9fc26084b39d40cc4021b0') version('0.5.1', sha256='22fbcb6fc05348ca3f2bd06e0763e88411a6b68c2b9fc26084b39d40cc4021b0')
version('0.4.1', sha256='2fc50f812210c33b8c2649dbb1482e3c47e93cae33e4b3d0427fb830384effbd') version('0.4.1', sha256='2fc50f812210c33b8c2649dbb1482e3c47e93cae33e4b3d0427fb830384effbd')
version('0.3.1', sha256='78f4057db53f7c219fdf9ec9eed151adad18dd43488a44e5c780806d218e3f1d') version('0.3.1', sha256='78f4057db53f7c219fdf9ec9eed151adad18dd43488a44e5c780806d218e3f1d')
@ -22,4 +23,5 @@ class PyTorchmetrics(PythonPackage):
depends_on('py-numpy@1.17.2:', when='@0.4:', type=('build', 'run')) depends_on('py-numpy@1.17.2:', when='@0.4:', type=('build', 'run'))
depends_on('py-numpy', when='@0.3:', type=('build', 'run')) depends_on('py-numpy', when='@0.3:', type=('build', 'run'))
depends_on('py-torch@1.3.1:', type=('build', 'run')) depends_on('py-torch@1.3.1:', type=('build', 'run'))
depends_on('py-pydeprecate@0.3', when='@0.7:', type=('build', 'run'))
depends_on('py-packaging', when='@0.3:', type=('build', 'run')) depends_on('py-packaging', when='@0.3:', type=('build', 'run'))