BrainStat icon indicating copy to clipboard operation
BrainStat copied to clipboard

[TST] Python 3.10

Open ReinderVosDeWael opened this issue 3 years ago • 1 comments

  • Closes #243

PR adds Python 3.10 to the unit testing framework. This is currently failing due to the lack of updates of dependencies.

Failing dependencies: VTK (tracked at https://gitlab.kitware.com/vtk/vtk/-/issues/18335)

ReinderVosDeWael avatar Oct 05 '21 17:10 ReinderVosDeWael

Now that BrainSpace compatibility with VTK 9.2 is fixed, this PR can be completed by installing the current prerelease of VTK with pip install --pre vtk for the Python 3.10 instance of testing.

ghisvail avatar Jul 13 '22 05:07 ghisvail