Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r tests/requirements_testing.txt
jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter server extension enable --py widgetsnbextension
- name: Download data
if: steps.cache.outputs.cache-hit != 'true'
run: python downloaddata.py data/ data/manifest.json
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ channels:
- conda-forge

dependencies:
- python=3.13
- pip
- pip:
- python=3.13
- jupyter~=7.0
- notebook~=7.0
- matplotlib
- ipywidgets
- numpy
Expand Down
4 changes: 2 additions & 2 deletions environment_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ channels:
- conda-forge

dependencies:
- python=3.13
- pip
- pip:
- python=3.13
- jupyter~=7.0
- notebook~=7.0
- matplotlib
- ipywidgets
- numpy
Expand Down
12 changes: 6 additions & 6 deletions tests/requirements_testing.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pytest
markdown
lxml
pyenchant
jupyter
notebook~=7.0
matplotlib
ipywidgets
itkwidgets
numpy
scipy
pandas
multiprocess
SimpleITK>=2.2.0
ipympl
pytest
markdown
lxml
pyenchant