Skip to content
Snippets Groups Projects
Commit cccf2330 authored by liadomide's avatar liadomide Committed by Eleni Mathioulaki
Browse files

feat(py-tvb-library): add version 2.9.2

parent 7fed80b2
No related branches found
No related tags found
1 merge request!651create new experimental release
Pipeline #59534 waiting for manual action with stage
in 1 hour, 7 minutes, and 36 seconds
......@@ -14,10 +14,11 @@ class PyTvbLibrary(PythonPackage):
"""
homepage = "https://www.thevirtualbrain.org/"
pypi = 'tvb-library/tvb_library-2.9.1.tar.gz'
pypi = 'tvb-library/tvb_library-2.9.2.tar.gz'
maintainers = ['ldomide', 'paulapopa', 'teodoramisan']
version('2.9.2', 'be3562b28464e51d09e9378d71996fc11522121124c5438dd3e9cdd71060d09e')
version('2.9.1', 'a251f602bffe768e6184ffc14d3d6ad9f03be879a78062a7397c30a5f8878b41')
version('2.9', '0a65fa3d803ef8da3d69a0f27a13e40b79876ee6d5b627c34d0c9fc5c12697e6')
version('2.8.2', '4222dadbecce53b29e2141801b1ca8eb99c4595ace6c7d0469f7e0a41d3f384a')
......@@ -35,8 +36,8 @@ class PyTvbLibrary(PythonPackage):
# python_requires
depends_on('python@3.8:', type=('build', 'run'))
# setup_requires
depends_on('py-setuptools', type='build')
# build_requires
depends_on('py-hatchling', type='build')
# install_requires
depends_on('py-autopep8', type=('build', 'run'))
......@@ -53,6 +54,7 @@ class PyTvbLibrary(PythonPackage):
depends_on('py-numba', type=('build', 'run'))
depends_on('py-numexpr', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-scipy@:1.13', type=('build', 'run'), when='@:2.9.1')
depends_on('py-six', type=('build', 'run'))
depends_on('py-tvb-data', type=('run', 'test'))
depends_on('py-tvb-gdist', type=('run', 'test'))
......@@ -62,8 +64,6 @@ class PyTvbLibrary(PythonPackage):
depends_on('py-pytest-benchmark', type='test')
depends_on('py-pytest-xdist', type='test')
skip_modules = ['tvb.tests.library.simulator.rateml_test', "tvb/tests/library/simulator/rateml_test"]
@run_after('install')
@on_package_attributes(run_tests=True)
def install_test(self):
......
......@@ -49,7 +49,7 @@ spack:
- py-spynnaker@7.3.0
- py-tvb-framework@2.9
- py-tvb-contrib@2.9.1
- py-tvb-library@2.9.1
- py-tvb-library@2.9.2
- py-tvb-multiscale@2.1.0.ebrains
- py-tvb-widgets@2.1.0
- py-tvb-ext-bucket
......
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