File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 run : |
7777 python -m pip install --upgrade pip
7878 python -m pip install -r tests/requirements_testing.txt
79- jupyter nbextension enable --py --sys-prefix widgetsnbextension
79+ jupyter server extension enable --py widgetsnbextension
8080 - name : Download data
8181 if : steps.cache.outputs.cache-hit != 'true'
8282 run : python downloaddata.py data/ data/manifest.json
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ channels:
44 - conda-forge
55
66dependencies :
7+ - python=3.13
78 - pip
89 - pip :
9- - python=3.13
10- - jupyter~=7.0
10+ - notebook~=7.0
1111 - matplotlib
1212 - ipywidgets
1313 - numpy
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ channels:
44 - conda-forge
55
66dependencies :
7+ - python=3.13
78 - pip
89 - pip :
9- - python=3.13
10- - jupyter~=7.0
10+ - notebook~=7.0
1111 - matplotlib
1212 - ipywidgets
1313 - numpy
Original file line number Diff line number Diff line change 1- pytest
2- markdown
3- lxml
4- pyenchant
5- jupyter
1+ notebook~=7.0
62matplotlib
73ipywidgets
8- itkwidgets
94numpy
105scipy
116pandas
127multiprocess
138SimpleITK>=2.2.0
9+ ipympl
10+ pytest
11+ markdown
12+ lxml
13+ pyenchant
You can’t perform that action at this time.
0 commit comments