28 lines
407 B
YAML
28 lines
407 B
YAML
|
|
channels:
|
|
- defaults
|
|
- paulscherrerinstitute
|
|
- conda-forge
|
|
dependencies:
|
|
- python
|
|
- pip
|
|
# numpy pinned until numba is compatible with newer versions
|
|
- numpy
|
|
- scipy
|
|
- pandas
|
|
- matplotlib
|
|
- ipython
|
|
- joblib
|
|
- black
|
|
- pytest
|
|
- h5py
|
|
- pyqt
|
|
- pyepics
|
|
# PSI specific modules
|
|
- jungfrau_utils
|
|
- bitshuffle
|
|
- bsread
|
|
- mflow
|
|
- sfdata
|
|
# - pip:
|