Files
cristallina_envs/analysis.yml

43 lines
965 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
- nb_conda_kernels # for discovery of other kernels
- jupyterlab-drawio
- jupyterlab_code_formatter
- jupytext
# PSI specific modules
- jungfrau_utils
# or alternatively using pip and git because this might be an outdated version
# python -m pip install git+https://github.com/paulscherrerinstitute/jungfrau_utils.git
- bitshuffle
- sfdata
# for further analysis
- sqlalchemy
- xrayutilities
- pip:
- aquirdturtle_collapsible_headings
- ipytest
# still necessary manually afterwards:
# pip install jupyterlab_hdf
# jupyter labextension install @jupyterlab/hdf5