Files
cristallina_envs/analysis.yml
2022-03-30 23:16:28 +02:00

36 lines
674 B
YAML

channels:
- defaults
- paulscherrerinstitute
- conda-forge
dependencies:
- python
- pip
# numpy pinned until numba is compatible with newer versions
- numpy==1.21.5
- scipy
- pandas
- numba
- matplotlib
- ipython
- jupyterlab
- ipympl
- joblib
- black
- pytest
- h5py
# Jupyterlab extensions
- jupyterlab-drawio
- jupyterlab_code_formatter
- jupytext
# PSI specific modules
- jungfrau_utils
- bitshuffle
- sfdata
- pip:
- aquirdturtle_collapsible_headings
- ipytest
# still necessary manually afterwards:
# pip install jupyterlab_hdf
# jupyter labextension install @jupyterlab/hdf5