Skip to content

Commit 3a7ec8c

Browse files
committed
Update the enviornment configuration files.
1 parent ccbc830 commit 3a7ec8c

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

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)