py-particle: add version 0.15.1 (#24834)
This commit is contained in:
parent
555c054984
commit
e6e21b16d8
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user