Files
slic/environment.yml
T
tligui_y a6df58871c
Run CI Tests / test (push) Failing after 53s
Update environment.yml
2025-08-28 12:45:12 +02:00

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