Skip to content

Commit

Permalink
updated matplotlib dependency (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfardell authored Jan 6, 2022
1 parent f791b45 commit 6edf48a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* 21.3.1
- Added matplotlib version dependency to conda recipe
- Fixed TIGRE wrappers for geometry with a virtual detector
- Fixed TIGRE wrappers for cone-beam geometry with tilted rotation axis

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ The documentation for CIL can be accessed [here](https://tomographicimaging.gith
Binary installation of CIL can be done with `conda`. Install a new environment using:

```bash
conda create --name cil -c conda-forge -c intel -c ccpi cil matplotlib=3.4.3
conda create --name cil -c conda-forge -c intel -c ccpi cil
```

To install CIL and the additional packages and plugins needed to run the [CIL demos](https://github.com/TomographicImaging/CIL-Demos) install the environment with:

```bash

conda create --name cil -c conda-forge -c intel -c astra-toolbox/label/dev -c ccpi cil cil-astra ccpi-regulariser tigre tomophantom=1.4.10 cudatoolkit=9.2 matplotlib=3.4.3
conda create --name cil -c conda-forge -c intel -c astra-toolbox/label/dev -c ccpi cil cil-astra ccpi-regulariser tigre tomophantom=1.4.10
```

where,
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ requirements:
- python
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }}
- scipy >=1.4.0
- matplotlib >=3.3.0
- matplotlib >=3.3.0,<3.5
- h5py
- pillow
- libgcc-ng # [linux]
Expand Down

0 comments on commit 6edf48a

Please sign in to comment.