Skip to content
Snippets Groups Projects

update tvb-widgets and tvb-library to contain their latest release

Merged Maria-Teodora Misan requested to merge teodoramisan/ebrains-spack-builds:update-tvb into master
1 unresolved thread
Files
3
@@ -14,10 +14,11 @@ class PyTvbLibrary(PythonPackage):
@@ -14,10 +14,11 @@ class PyTvbLibrary(PythonPackage):
"""
"""
homepage = "https://www.thevirtualbrain.org/"
homepage = "https://www.thevirtualbrain.org/"
pypi = 'tvb-library/tvb-library-2.9.tar.gz'
pypi = 'tvb-library/tvb_library-2.9.1.tar.gz'
maintainers = ['paulapopa', 'ldomide']
maintainers = ['ldomide', 'paulapopa', 'teodoramisan']
 
version('2.9.1', 'a251f602bffe768e6184ffc14d3d6ad9f03be879a78062a7397c30a5f8878b41')
version('2.9', '0a65fa3d803ef8da3d69a0f27a13e40b79876ee6d5b627c34d0c9fc5c12697e6')
version('2.9', '0a65fa3d803ef8da3d69a0f27a13e40b79876ee6d5b627c34d0c9fc5c12697e6')
version('2.8.2', '4222dadbecce53b29e2141801b1ca8eb99c4595ace6c7d0469f7e0a41d3f384a')
version('2.8.2', '4222dadbecce53b29e2141801b1ca8eb99c4595ace6c7d0469f7e0a41d3f384a')
version('2.8.1', 'be130b10e7e176d503709afd211ae728f45d4e8b4a6082c6f6fcfbc1be990d0c')
version('2.8.1', 'be130b10e7e176d503709afd211ae728f45d4e8b4a6082c6f6fcfbc1be990d0c')
@@ -48,7 +49,7 @@ class PyTvbLibrary(PythonPackage):
@@ -48,7 +49,7 @@ class PyTvbLibrary(PythonPackage):
depends_on('py-mako', type=('build', 'run'))
depends_on('py-mako', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-networkx', type=('build', 'run'))
depends_on('py-networkx', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-numpy@:1', type=('build', 'run'))
depends_on('py-numba', type=('build', 'run'))
depends_on('py-numba', type=('build', 'run'))
depends_on('py-numexpr', type=('build', 'run'))
depends_on('py-numexpr', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))