Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
28
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
cccf2330
Commit
cccf2330
authored
1 month ago
by
liadomide
Committed by
Eleni Mathioulaki
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(py-tvb-library): add version 2.9.2
parent
7fed80b2
No related branches found
Branches containing commit
No related tags found
1 merge request
!651
create new experimental release
Pipeline
#59534
waiting for manual action with stage
in 1 hour, 7 minutes, and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-tvb-library/package.py
+5
-5
5 additions, 5 deletions
packages/py-tvb-library/package.py
spack.yaml
+1
-1
1 addition, 1 deletion
spack.yaml
with
6 additions
and
6 deletions
packages/py-tvb-library/package.py
+
5
−
5
View file @
cccf2330
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
spack.yaml
+
1
−
1
View file @
cccf2330
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment