Skip to content
Snippets Groups Projects
Commit ad0a06ac authored by Johannes Hjorth's avatar Johannes Hjorth Committed by Eleni Mathioulaki
Browse files

feat(py-quantities): add version 0.16.2

parent c4ba1c4d
No related branches found
No related tags found
4 merge requests!679create new experimental release,!670Snudda, now with included unit test data files,!653Add NEST Desktop,!592Add py-jupyter-server-proxy to spack.yaml
...@@ -10,9 +10,10 @@ class PyQuantities(PythonPackage): ...@@ -10,9 +10,10 @@ class PyQuantities(PythonPackage):
"""Support for physical quantities with units, based on numpy""" """Support for physical quantities with units, based on numpy"""
homepage = "https://python-quantities.readthedocs.org" homepage = "https://python-quantities.readthedocs.org"
pypi = "quantities/quantities-0.16.0.tar.gz" pypi = "quantities/quantities-0.16.2.tar.gz"
maintainers = ['apdavison'] maintainers = ['apdavison']
version('0.16.2', sha256='1f7c24f10d9ff57ddf751a358ea2fdfa9914516722f06a788ef4a2924c77d21c')
version('0.16.0', sha256='211cce2d268da7e202abab5c2533ce3200ff619dd8ac2a3cd98f861b8a57c6eb') version('0.16.0', sha256='211cce2d268da7e202abab5c2533ce3200ff619dd8ac2a3cd98f861b8a57c6eb')
version('0.15.0', sha256='9ea31e2a0d7517cf24d546b14146def9292639993a616cca61b875ef796b4b2b') version('0.15.0', sha256='9ea31e2a0d7517cf24d546b14146def9292639993a616cca61b875ef796b4b2b')
version('0.14.1', sha256='efeafffc0c0364f891a9327239cd12496bccb55cd037a6d1bf44de706f722877') version('0.14.1', sha256='efeafffc0c0364f891a9327239cd12496bccb55cd037a6d1bf44de706f722877')
......
...@@ -49,7 +49,7 @@ spack: ...@@ -49,7 +49,7 @@ spack:
- py-pynn@0.12.3 +mpi - py-pynn@0.12.3 +mpi
- py-pyunicore@1.1.1 - py-pyunicore@1.1.1
- py-quantities-scidash@0.12.4.3 - py-quantities-scidash@0.12.4.3
- py-quantities@0.16.0 - py-quantities@0.16.2
- py-siibra@1.0a9 - py-siibra@1.0a9
- py-snudda@2.1.11 - py-snudda@2.1.11
- py-spynnaker@7.3.0 - py-spynnaker@7.3.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