Skip to content

Commit

Permalink
Update conda env file for CPU-only tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed May 13, 2024
1 parent 7a0a6f3 commit bdb5fc8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions conda/environment-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ channels:
- anaconda
- httomo
dependencies:
- conda-forge::click
- conda-forge::click>=8.1.3
- conda-forge::h5py=*=*mpi_openmpi*
- conda-forge::loguru
- conda-forge::mpi4py>=3.1
- conda-forge::h5py==3.8.0[build=*openmpi*]
- conda-forge::pyyaml
- conda-forge::numexpr>=2.8.4
- conda-forge::numpy<1.24
- conda-forge::pyyaml
- conda-forge::python
- conda-forge::tomopy
- conda-forge::numexpr>=2.8.4
- conda-forge::tomopy==1.15
- conda-forge::tqdm
- conda-forge::typing_extensions
- anaconda::ipython
- httomo::httomolib
- httomo::httomolib==2.0

0 comments on commit bdb5fc8

Please sign in to comment.