Skip to content

Commit 74f47da

Browse files
committed
fixing iris
1 parent 1d2b940 commit 74f47da

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

conda/environment.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ channels:
33
- conda-forge
44
- httomo
55
dependencies:
6-
- conda-forge::cupy=12.3.0
7-
- conda-forge::numpy
8-
- conda-forge::nvtx
9-
- conda-forge::scipy
10-
- conda-forge::python
11-
- conda-forge::pytest
12-
- conda-forge::pytest-xdist
13-
- conda-forge::pytest-cov
14-
- conda-forge::flake8
15-
- conda-forge::pyproject-flake8
16-
- conda-forge::pydocstyle
17-
- conda-forge::imageio
18-
- conda-forge::toml
19-
- conda-forge::ipython
20-
- conda-forge::h5py
21-
- conda-forge::astra-toolbox
6+
- cupy=12.3.0
7+
- numpy
8+
- nvtx
9+
- scipy
10+
- python
11+
- pytest
12+
- pytest-xdist
13+
- pytest-cov
14+
- flake8
15+
- pyproject-flake8
16+
- pydocstyle
17+
- imageio
18+
- toml
19+
- ipython
20+
- h5py
21+
- astra-toolbox
2222
- httomo::tomobar
23-
- conda-forge::scikit-image
23+
- scikit-image

0 commit comments

Comments
 (0)