Files
slic/pixi.toml
tligui_y f43f56e5a7
Run Pytest with Allure and Coverage Reports / tests (push) Failing after 45s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped
Update pixi.toml
2025-07-10 13:19:38 +02:00

38 lines
1.0 KiB
TOML

[project]
name = "slic"
version = "0.1.0"
channels = ["conda-forge", "paulscherrerinstitute"]
platforms = ["linux-64"]
[dependencies]
python = "3.8.*"
wxpython = "*"
colorama = "*"
tqdm = "*"
rich = "*"
fuzzywuzzy = "*"
logzero = "*"
yaspin = "*"
pytest = "*"
coverage = "*"
pytest-html = "*"
pytest-cov = "*"
allure-pytest = "*"
# Spécification avec channel explicite
bsread = { version = "*", channel = "paulscherrerinstitute" }
cam_server_client = { version = "*", channel = "paulscherrerinstitute" }
cta_lib = { version = "*", channel = "paulscherrerinstitute" }
data_api = { version = "*", channel = "paulscherrerinstitute" }
elog = { version = "*", channel = "paulscherrerinstitute" }
pyepics = { version = ">=3.4.2", channel = "paulscherrerinstitute" }
jungfrau_utils = { version = ">=3", channel = "paulscherrerinstitute" }
sfdata = { version = "*", channel = "paulscherrerinstitute" }
[pypi-dependencies]
ipython = "*"
numpy = "*"
scipy = ">=1.0,<1.5"
matplotlib = "*"
pytest-md-report = "*"
pytest-json-report = "*"