py-torchmetrics: add v0.9.0 (#31000)
This commit is contained in:
parent
15d4262b9b
commit
fb173f80b2
@ -51,7 +51,8 @@ class PyTorchgeo(PythonPackage):
|
||||
depends_on('py-shapely@1.3:', type=('build', 'run'))
|
||||
depends_on('py-timm@0.2.1:', type=('build', 'run'))
|
||||
depends_on('py-torch@1.7:', type=('build', 'run'))
|
||||
depends_on('py-torchmetrics@0.7:', when='@0.2.1:', type=('build', 'run'))
|
||||
depends_on('py-torchmetrics@0.7:', when='@0.2.2:', type=('build', 'run'))
|
||||
depends_on('py-torchmetrics@0.7:0.8', when='@0.2.1', type=('build', 'run'))
|
||||
depends_on('py-torchmetrics@:0.7', when='@:0.2.0', type=('build', 'run'))
|
||||
depends_on('py-torchvision@0.10:', when='@0.2:', type=('build', 'run'))
|
||||
depends_on('py-torchvision@0.3:', type=('build', 'run'))
|
||||
|
@ -12,16 +12,21 @@ class PyTorchmetrics(PythonPackage):
|
||||
homepage = "https://github.com/PyTorchLightning/metrics"
|
||||
pypi = "torchmetrics/torchmetrics-0.3.1.tar.gz"
|
||||
|
||||
maintainers = ['adamjstewart']
|
||||
|
||||
version('0.9.0', sha256='3aa32ea575915b313d872d3460996c0f12a7bb37e6ce3da0e8d80865603b89f6')
|
||||
version('0.7.0', sha256='dbfb8989086f38020045a935e83928504e1af1d84ae92b073f6a83d018f4bc00')
|
||||
version('0.5.1', sha256='22fbcb6fc05348ca3f2bd06e0763e88411a6b68c2b9fc26084b39d40cc4021b0')
|
||||
version('0.4.1', sha256='2fc50f812210c33b8c2649dbb1482e3c47e93cae33e4b3d0427fb830384effbd')
|
||||
version('0.3.1', sha256='78f4057db53f7c219fdf9ec9eed151adad18dd43488a44e5c780806d218e3f1d')
|
||||
version('0.2.0', sha256='481a28759acd2d77cc088acba6bc7dc4a356c7cb767da2e1495e91e612e2d548')
|
||||
|
||||
depends_on('python@3.7:', when='@0.9:', type=('build', 'run'))
|
||||
depends_on('python@3.6:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
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-torch@1.3.1:', type=('build', 'run'))
|
||||
depends_on('py-pydeprecate@0.3', when='@0.7:', type=('build', 'run'))
|
||||
depends_on('py-pydeprecate@0.3', when='@0.7:0.8', type=('build', 'run'))
|
||||
depends_on('py-packaging', when='@0.3:', type=('build', 'run'))
|
||||
depends_on('py-typing-extensions', when='@0.9: ^python@:3.7', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user