py-tvb-multiscale dependency on python@:3.10
The python version of the official ESD deployment in the EBRAINS Lab is now being updated to 3.11.10
, so to be included, all packages must ensure compatibility with this version.
@dionperd @ldomide currently py-tvb-multiscale has a dependency on python@:3.10
. Is this constraint accurate, or could we relax it to also include python@:3.11
?
Additionally, 2 of py-tvb-multiscale
's dependencies, ANNarchy
and PySpike
, also depend on python@:3.10
.
- for
ANNarchy
, this can easily solved by adding a slightly more recent version, anything starting from4.7.3
supportspython@3.11
. Do you have any preference on the specific version? - for
PySpike
, setup.py still lists Python 3.10 as the highest supported. Do you know if that is accurate?