39 lines
579 B
YAML
39 lines
579 B
YAML
name: ci-env
|
|
channels:
|
|
- conda-forge
|
|
- paulscherrerinstitute
|
|
dependencies:
|
|
- python=3.8
|
|
- wxpython
|
|
- colorama
|
|
- tqdm
|
|
- rich
|
|
- fuzzywuzzy
|
|
- logzero
|
|
- yaspin
|
|
- dbus-python
|
|
- bsread
|
|
- cam_server_client
|
|
- cta_lib
|
|
- data_api
|
|
- elog
|
|
- pyepics>=3.4.2
|
|
- jungfrau_utils>=3
|
|
- sfdata
|
|
# test features
|
|
- pcaspy
|
|
- time-machine
|
|
|
|
# Dépendances PyPI (via pip)
|
|
- pip
|
|
- pip:
|
|
- ipython
|
|
- numpy
|
|
- "scipy>=1.0,<1.5"
|
|
- matplotlib
|
|
- pluggy
|
|
- freezegun
|
|
- requests
|
|
- beautifulsoup4
|
|
- python-dbusmock
|