py-particle: add version 0.15.1 (#24834)

This commit is contained in:
Valentin Volkl 2021-07-14 14:53:01 +02:00 committed by GitHub
parent 555c054984
commit e6e21b16d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@ class PyParticle(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-attrs@19.2.0:', type=('build', 'run'))
depends_on('py-hepunits@1.2.0:', type=('build', 'run'))
depends_on('py-hepunits@1.2.0:', when='@:0.12', type=('build', 'run'))
depends_on('py-hepunits@2.0.0:', when='@0.13:', type=('build', 'run'))
depends_on('py-importlib-resources@1.0:', when='^python@:3.6', type=('build', 'run'))
depends_on('py-enum34@1.1:', when='^python@:3.3', type=('build', 'run'))