Skip to content

Commit

Permalink
Update script for creating CIL test environment (#1524)
Browse files Browse the repository at this point in the history
* update order of command and versions

* Update scripts/create_local_env_for_cil_development_tests.sh

Signed-off-by: Laura Murgatroyd <[email protected]>

---------

Signed-off-by: Laura Murgatroyd <[email protected]>
  • Loading branch information
lauramurgatroyd authored Oct 5, 2023
1 parent c3dd1b6 commit 2b3e2cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/create_local_env_for_cil_development_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name=cil
python=3.8
numpy=1.20
numpy=1.21

while getopts h:n:p:e:v: option
do
Expand Down Expand Up @@ -41,12 +41,12 @@ fi

set -x

${conda_cmd} -c conda-forge -c intel -c ccpi/label/dev -c ccpi -c astra-toolbox -c astra-toolbox/label/dev \
python=$python numpy=$numpy \
cil-data tigre=2.2 ccpi-regulariser=21.0.0 tomophantom=2.0.0 astra-toolbox'>=1.9.9.dev5,<2.1' \
${conda_cmd} python=$python numpy=$numpy \
cil-data tigre=2.4 ccpi-regulariser=22.0.0 tomophantom=2.0.0 astra-toolbox'>=1.9.9.dev5,<2.1' \
cvxpy python-wget scikit-image packaging \
cmake'>=3.16' setuptools \
ipp-include ipp-devel ipp \
ipywidgets scipy matplotlib \
h5py pillow libgcc-ng dxchange olefile pywavelets numba tqdm \
-c conda-forge -c intel -c ccpi/label/dev -c ccpi -c astra-toolbox -c astra-toolbox/label/dev \
--override-channels

0 comments on commit 2b3e2cd

Please sign in to comment.