We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbc830 commit 3a7ec8cCopy full SHA for 3a7ec8c
3 files changed
environment.yml
@@ -4,10 +4,10 @@ channels:
4
- conda-forge
5
6
dependencies:
7
+ - python=3.13
8
- pip
9
- pip:
- - python=3.13
10
- - jupyter~=7.0
+ - notebook~=7.0
11
- matplotlib
12
- ipywidgets
13
- numpy
environment_dev.yml
tests/requirements_testing.txt
@@ -1,13 +1,13 @@
1
-pytest
2
-markdown
3
-lxml
-pyenchant
-jupyter
+notebook~=7.0
matplotlib
ipywidgets
-itkwidgets
numpy
scipy
pandas
multiprocess
SimpleITK>=2.2.0
+ipympl
+pytest
+markdown
+lxml
+pyenchant
0 commit comments