Skip to content
Snippets Groups Projects

Add siibra package

Merged Eleni Mathioulaki requested to merge add-siibra-package into master
2 files
+ 13
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,8 +7,7 @@ class PyNeuroglancerScripts(PythonPackage):
homepage = "https://github.com/HumanBrainProject/neuroglancer-scripts"
pypi = "neuroglancer-scripts/neuroglancer-scripts-1.1.0.tar.gz"
# TODO
# maintainers = ['username']
maintainers = ['Yann Leprince']
version('1.1.0', sha256='395a3565808136950a1e3296b43eeda13a0108d2286eba2b2924b33c3b3abc70')
version('1.0.0', sha256='524c0e3a3faebaf3952953f8097af347655bed3e70b3a4bc4043a6f216db7d28')
@@ -24,4 +23,6 @@ class PyNeuroglancerScripts(PythonPackage):
depends_on('py-requests', type=('build', 'run'))
depends_on('py-scikit-image', type=('build', 'run'))
depends_on('py-tqdm', type=('build', 'run'))
# Not needed for the purpose siibra-python
# depends_on('py-imagecodecs', type=('build', 'run')) # TODO: had some issues