diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-02-19 17:52:37 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-02-19 17:52:37 +0000 |
commit | 53d5508915709245d0573e0335de83fc24313b5a (patch) | |
tree | ca5aa5e759cbd829949397a4be277c24e6c2639f /Readme.md | |
parent | 634659c7ac1ffdff563cbf1e211393c2426cdb3d (diff) | |
download | regularization-53d5508915709245d0573e0335de83fc24313b5a.tar.gz regularization-53d5508915709245d0573e0335de83fc24313b5a.tar.bz2 regularization-53d5508915709245d0573e0335de83fc24313b5a.tar.xz regularization-53d5508915709245d0573e0335de83fc24313b5a.zip |
bug fixes, demos updates
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ conda install ccpi-regulariser -c ccpi -c conda-forge #### Python (conda-build) ``` - export CIL_VERSION=0.10.4 + export CIL_VERSION=19.02 conda build Wrappers/Python/conda-recipe --numpy 1.12 --python 3.5 conda install ccpi-regulariser=${CIL_VERSION} --use-local --force cd demos/ |