Skip to content
Snippets Groups Projects
Commit 7421d8e6 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'update-quantities' into 'master'

Update py-quantities package

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!485
parents 4738f12f 3cc4f9ee
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ class PyQuantities(PythonPackage):
pypi = "quantities/quantities-0.12.1.tar.gz"
maintainers = ['apdavison']
version('0.15.0', sha256='9ea31e2a0d7517cf24d546b14146def9292639993a616cca61b875ef796b4b2b')
version('0.14.1', sha256='efeafffc0c0364f891a9327239cd12496bccb55cd037a6d1bf44de706f722877')
version('0.13.0', sha256='0fde20115410de21cefa786f3aeae69c1b51bb19ee492190324c1da705e61a81')
version('0.12.5', sha256='67546963cb2a519b1a4aa43d132ef754360268e5d551b43dd1716903d99812f0')
......@@ -30,7 +31,7 @@ class PyQuantities(PythonPackage):
depends_on('python@2.7.0:2.7,3.4:3.7', type=('build', 'run'), when='@0.12.3')
depends_on('python@2.7.0:2.7,3.4:3.8', type=('build', 'run'), when='@0.12.4:0.12.5')
depends_on('python@3.7:3.10', type=('build', 'run'), when='@0.13.0:0.13.1')
depends_on('python@3.8:3.11', type=('build', 'run'), when='@0.14:')
depends_on('python@3.8:3.12', type=('build', 'run'), when='@0.14:')
# pip silently replaces distutils with setuptools
# py-setuptools@:61 doesn't support PEP 621
......@@ -44,4 +45,5 @@ class PyQuantities(PythonPackage):
depends_on('py-numpy@1.8.2:1.16', type=('build', 'run'), when='@0.12.3')
depends_on('py-numpy@1.8.2:1.17', type=('build', 'run'), when='@0.12.4:0.12')
depends_on('py-numpy@1.16:', type=('build', 'run'), when='@0.13.0:0.13.1')
depends_on('py-numpy@1.19:', type=('build', 'run'), when='@0.14:')
depends_on('py-numpy@1.19:', type=('build', 'run'), when='@0.14:0.14')
depends_on('py-numpy@1.20:', type=('build', 'run'), when='@0.15.0:')
......@@ -40,7 +40,7 @@ spack:
- py-pynn@0.11.0 +mpi
- py-pyunicore@0.15.0
- py-quantities-scidash@0.12.4.3
- py-quantities@0.14.1
- py-quantities@0.15.0
- py-siibra@0.4a66
- py-snudda@1.4.71
- py-spynnaker@7.0.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment