-
Notifications
You must be signed in to change notification settings - Fork 18
/
requirements.yml
46 lines (46 loc) · 1.21 KB
/
requirements.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: base
channels:
- conda-forge
- https://software.repos.intel.com/python/conda # cil
- ccpi # cil
- defaults
dependencies:
- setuptools
- wheel
- pytest
- pytest-cov
- scipy
- docopt
- matplotlib
- pandas
- tifffile
- nibabel
- deprecation
- nose
- zenodo_get
- jupytext
- tensorboard
- tensorboardx
- pip
- cil # cil
- ccpi-regulariser # cil
- dxchange # cil
- h5py # cil
- pillow # cil
- olefile >=0.46 # cil
- pywavelets # cil
- cil-data >=21.3.0 # cil
- ipp >=2021.10 # cil
- tqdm # cil
- numba # cil
# - tigre # cil (GPU)
# - astra-toolbox # cil (GPU)
- pip:
- git+https://github.com/ismrmrd/ismrmrd-python-tools.git@master#egg=ismrmrd-python-tools
# TODO: labextension @jupyter-widgets/jupyterlab-manager (jupyterlab_widgets ipywidgets ipympl)
# is broken because `conda-forge::cil` downgrades `ipywidgets<8` -> breaks `%matplotlib widgets`.
# - temp fix: install upgraded versions via pip (not conda)
# - proper fix: remove after https://github.com/TomographicImaging/CIL/issues/1600
- jupyterlab_widgets
- ipywidgets>=8
- ipympl