Skip to content
Snippets Groups Projects
Commit f0e67dd1 authored by Andrew Davison's avatar Andrew Davison
Browse files

update Neo to 0.12.0

parent d447895b
No related branches found
No related tags found
2 merge requests!330create new experimental release,!324update Neo dependencies
......@@ -14,6 +14,7 @@ class PyNeo(PythonPackage):
homepage = "https://neuralensemble.org/neo"
pypi = "neo/neo-0.4.1.tar.gz"
version('0.12.0', sha256='3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a')
version('0.11.1', sha256='f4a206044b332ad00b10072b0dc7a70b359fa365ec786f92ab757ef4ae588474')
version('0.11.0', sha256='cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a')
version('0.10.2', sha256='2d4218b0826daeea880e155227060029ec38a00238ceb5f097138d9467c6399b')
......@@ -29,10 +30,12 @@ class PyNeo(PythonPackage):
depends_on('py-numpy@1.7.1:', type=('build', 'run'), when='@0.5.2:0.8.0')
depends_on('py-numpy@1.13.0:', type=('build', 'run'), when='@0.9.0')
depends_on('py-numpy@1.16.1:', type=('build', 'run'), when='@0.10.0:0.10.2')
depends_on('py-numpy@1.18.5:', type=('build', 'run'), when='@0.11.0:')
depends_on('py-numpy@1.18.5:', type=('build', 'run'), when='@0.11.0:0.11.1')
depends_on('py-numpy@1.19.5:', type=('build', 'run'), when='@0.12.0:')
depends_on('py-quantities@0.9.0:', type=('build', 'run'), when='@0.5.2:0.8.0')
depends_on('py-quantities@0.12.1:', type=('build', 'run'), when='@0.9.0:')
depends_on('py-quantities@0.12.1:', type=('build', 'run'), when='@0.9.0:0.11.1')
depends_on('py-quantities@0.14.1:', type=('build', 'run'), when='@0.12.0:')
depends_on('py-scipy@0.12.0:', type=('build', 'run'), when='@0.5.2:0.8.0')
depends_on('py-scipy@1.0.0:', type=('build', 'run'), when='@0.9.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