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

update Python client for Neuromorphic Computing platform

parent f97ea7f2
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,12 @@ class PyHbpNeuromorphicPlatform(PythonPackage):
maintainers = ['apdavison']
version('0.11.0', sha256='14295b3132c603f16b88af336372f36a9458d71918325b46178f2b7f2d752b9e')
version('0.10.2', sha256='3e29175636385f2f561b8095e6225edc41be7f05c6a21232872ef662e6b7ce56')
version('0.10.1', sha256='76b3acdbc63c901d158bad6d74e26f8a4ad7b10a261c1d51f1e9bf482766bae7')
depends_on('python@3.5:')
depends_on('python@3.7:')
depends_on('py-setuptools', type=('build'))
depends_on('py-requests@2.20.0:', type=('build', 'run'))
depends_on('py-click@8.0.3:', type=('build', 'run'))
depends_on('py-pyyaml@6.0:', type=('build', 'run'))
depends_on('py-requests@2.20.0:', type=('run', 'test'))
depends_on('py-click@8.0.3:', type=('run', 'test'))
depends_on('py-pyyaml@6.0:', type=('run', 'test'))
......@@ -26,7 +26,7 @@ spack:
- py-fairgraph@0.11.1
- py-frites@0.4.4
- py-hbp-archive@1.1.1
- py-hbp-neuromorphic-platform@0.10.2
- py-hbp-neuromorphic-platform@0.11.0
- py-hbp-validation-client@0.8.2
- py-hippounit@1.3.6
- py-lfpy@2.3
......
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