Skip to content

Commit 5c09f93

Browse files
authored
Merge pull request #62 from zivy/updateConfigFiles
Update the enviornment configuration files.
2 parents ccbc830 + 9d5e62e commit 5c09f93

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- conda-forge
55

66
dependencies:
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

environment_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- conda-forge
55

66
dependencies:
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

tests/requirements_testing.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
pytest
2-
markdown
3-
lxml
4-
pyenchant
5-
jupyter
1+
notebook~=7.0
62
matplotlib
73
ipywidgets
8-
itkwidgets
94
numpy
105
scipy
116
pandas
127
multiprocess
138
SimpleITK>=2.2.0
9+
ipympl
10+
pytest
11+
markdown
12+
lxml
13+
pyenchant

0 commit comments

Comments
 (0)