40 lines
888 B
YAML
40 lines
888 B
YAML
# Analysis environment derived from the same set of packages but using
|
|
# the most up-to-date packages from conda-forge.
|
|
# Therefore this will follow upstream packages closer but also break from time to time.
|
|
name: analysis_forge
|
|
channels:
|
|
- paulscherrerinstitute
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python
|
|
- pip
|
|
- numpy
|
|
- 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
|
|
- bitshuffle
|
|
- sfdata
|
|
- pip:
|
|
- aquirdturtle_collapsible_headings
|
|
- ipytest
|
|
|
|
# still necessary manually afterwards:
|
|
# pip install jupyterlab_hdf
|
|
# jupyter labextension install @jupyterlab/hdf5
|