39 lines
928 B
YAML
Executable File
39 lines
928 B
YAML
Executable File
# the most up-to-date packages from conda-forge.
|
|
# Therefore this will follow upstream packages closer but also break from time to time.
|
|
name: diagnostics-crq
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.12 #mflow / pyzmq still has issues with 3.11
|
|
- pip
|
|
- numpy
|
|
- pandas
|
|
- ipython
|
|
- ipykernel
|
|
# for notebooks into web applications
|
|
- voila
|
|
- nb_conda_kernels # for discovery of other kernels
|
|
# PSI specific modules
|
|
- pyepics
|
|
|
|
# for slic
|
|
- paulscherrerinstitute::bsread
|
|
- paulscherrerinstitute::cam_server_client
|
|
# - paulscherrerinstitute::cta_lib
|
|
- paulscherrerinstitute::data_api
|
|
- paulscherrerinstitute::elog
|
|
- paulscherrerinstitute::jungfrau_utils >=3
|
|
- paulscherrerinstitute::sfdata
|
|
|
|
# terminal
|
|
- colorama
|
|
- tqdm
|
|
- rich
|
|
- fuzzywuzzy
|
|
- logzero
|
|
- yaspin
|
|
|
|
# slic - local package
|
|
- pip:
|
|
- -e /sf/cristallina/applications/slic/slic-package
|