Skip to content
Snippets Groups Projects

update Python client for Neuromorphic Computing platform

2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,11 +17,12 @@ class PyHbpNeuromorphicPlatform(PythonPackage):
@@ -17,11 +17,12 @@ class PyHbpNeuromorphicPlatform(PythonPackage):
maintainers = ['apdavison']
maintainers = ['apdavison']
 
version('0.11.0', sha256='14295b3132c603f16b88af336372f36a9458d71918325b46178f2b7f2d752b9e')
version('0.10.2', sha256='3e29175636385f2f561b8095e6225edc41be7f05c6a21232872ef662e6b7ce56')
version('0.10.2', sha256='3e29175636385f2f561b8095e6225edc41be7f05c6a21232872ef662e6b7ce56')
version('0.10.1', sha256='76b3acdbc63c901d158bad6d74e26f8a4ad7b10a261c1d51f1e9bf482766bae7')
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-setuptools', type=('build'))
depends_on('py-requests@2.20.0:', type=('build', 'run'))
depends_on('py-requests@2.20.0:', type=('run', 'test'))
depends_on('py-click@8.0.3:', type=('build', 'run'))
depends_on('py-click@8.0.3:', type=('run', 'test'))
depends_on('py-pyyaml@6.0:', type=('build', 'run'))
depends_on('py-pyyaml@6.0:', type=('run', 'test'))