summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-08-02 13:56:28 +0100
committerGitHub <noreply@github.com>2018-08-02 13:56:28 +0100
commit4dc55e2cccacb4233cc141dc3e9fa3f6652e6f1e (patch)
tree7590629fd2d01d95ddc6c376d0d105ac8b0e9e85 /Readme.md
parent120d47b665bd24981968f4a90d4b4718197ecc94 (diff)
downloadregularization-4dc55e2cccacb4233cc141dc3e9fa3f6652e6f1e.tar.gz
regularization-4dc55e2cccacb4233cc141dc3e9fa3f6652e6f1e.tar.bz2
regularization-4dc55e2cccacb4233cc141dc3e9fa3f6652e6f1e.tar.xz
regularization-4dc55e2cccacb4233cc141dc3e9fa3f6652e6f1e.zip
updated CIL_VERSION
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 6f710c8..ce14ac3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -44,7 +44,7 @@ conda install ccpi-regulariser -c ccpi -c conda-forge
### Python (conda-build)
```
- export CIL_VERSION=0.9.4
+ export CIL_VERSION=0.10.0
conda build recipes/regularisers --numpy 1.12 --python 3.5
conda install cil_regulariser=0.9.4 --use-local --force
cd Wrappers/Python