Skip to content
Snippets Groups Projects
Commit 402bb6da authored by Matthieu Sénoville's avatar Matthieu Sénoville
Browse files

new release (0.10.1) since some problems have been fixed

parent b65db4ab
No related branches found
No related tags found
1 merge request!78new NMPI Client release
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
...@@ -12,12 +12,12 @@ class PyHbpNeuromorphicPlatform(PythonPackage): ...@@ -12,12 +12,12 @@ class PyHbpNeuromorphicPlatform(PythonPackage):
""" """
homepage = "https://electronicvisions.github.io/hbp-sp9-guidebook/" homepage = "https://electronicvisions.github.io/hbp-sp9-guidebook/"
pypi = "hbp_neuromorphic_platform/hbp_neuromorphic_platform-0.9.2.tar.gz" pypi = "hbp_neuromorphic_platform/hbp_neuromorphic_platform-0.10.1.tar.gz"
git = "https://github.com/HumanBrainProject/hbp-neuromorphic-client.git" git = "https://github.com/HumanBrainProject/hbp-neuromorphic-client.git"
maintainers = ['apdavison'] maintainers = ['apdavison']
version('0.9.2', sha256='b63b6b4b29a7bf720e456498e56cdbcfc72e704c1e08c409bec06cc1026f5bc0') version('0.10.1', sha256='76b3acdbc63c901d158bad6d74e26f8a4ad7b10a261c1d51f1e9bf482766bae7')
depends_on('python@3.5:') depends_on('python@3.5:')
depends_on('py-requests@2.20.0:', type=('build', 'run')) depends_on('py-requests@2.20.0:', type=('build', 'run'))
......
...@@ -43,7 +43,7 @@ spack: ...@@ -43,7 +43,7 @@ spack:
#- py-morphio@3.1.1 %gcc@10.3.0 #- py-morphio@3.1.1 %gcc@10.3.0
- py-hippounit@1.3.6 %gcc@10.3.0 - py-hippounit@1.3.6 %gcc@10.3.0
- py-efel@4.0.4 %gcc@10.3.0 - py-efel@4.0.4 %gcc@10.3.0
- py-hbp-neuromorphic-platform@0.9.2 %gcc@10.3.0 - py-hbp-neuromorphic-platform@0.10.1 %gcc@10.3.0
#- py-torch~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0 #- py-torch~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
- py-lfpy@2.2.6 %gcc@10.3.0 - py-lfpy@2.2.6 %gcc@10.3.0
#- biobb-common %gcc@10.3.0 #- biobb-common %gcc@10.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