File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed
Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 11
2- * x.x.x
2+ * 23.1.0
33 - Fix bug in IndicatorBox proximal_conjugate
44 - Allow CCPi Regulariser functions for non CIL object
55 - Add norm for CompositionOperator
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ The documentation for CIL can be accessed [here](https://tomographicimaging.gith
1919Binary installation of CIL can be done with ` conda ` . Install a new environment using:
2020
2121``` bash
22- conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.1
22+ conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0
2323```
2424
2525To install CIL and the additional packages and plugins needed to run the [ CIL demos] ( https://github.com/TomographicImaging/CIL-Demos ) install the environment with:
2626
2727``` bash
28- conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.1 astra-toolbox tigre ccpi-regulariser tomophantom " ipywidgets<8"
28+ conda create --name cil -c conda-forge -c intel -c ccpi cil=23.1.0 astra-toolbox tigre ccpi-regulariser tomophantom " ipywidgets<8"
2929```
3030where,
3131
Original file line number Diff line number Diff line change 2222python :
2323 - 3.8
2424 - 3.9
25- - 3.10
25+ - 3.10
2626 - 3.8
2727 - 3.9
28- - 3.10
28+ - 3.10
2929 - 3.8
3030 - 3.9
31- - 3.10
32- # - 3.11
33- # - 3.8
34- # - 3.9
35- # - 3.10
36- # - 3.11
31+ - 3.10
32+ - 3.8
33+ - 3.9
34+ - 3.10
3735numpy :
3836 - 1.21
3937 - 1.21
@@ -44,11 +42,9 @@ numpy:
4442 - 1.23
4543 - 1.23
4644 - 1.23
47- # - 1.23
48- # - 1.24
49- # - 1.24
50- # - 1.24
51- # - 1.24
45+ - 1.24
46+ - 1.24
47+ - 1.24
5248zip_keys :
5349 - python
5450 - numpy
You can’t perform that action at this time.
0 commit comments