Files
slic/pixi.toml
T
tligui_y ada92bc5bc
Run CI Tests / test (push) Failing after 21s
Update pixi.toml
2025-08-05 08:39:52 +02:00

46 lines
1.2 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 = "*"
coverage = "*"
pytest-html = "*"
pytest-cov = "*"
allure-pytest = "*"
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 = "*"
pytest-json-report = "*"
#pytest-json-report = "==1.2.4" #2021
pytest-cov = "*"
pluggy = "*"
coverage = "*"
[test-dependencies]
time-machine = { version = "~2.13.0", channel = "pypi" }
pytest-timeout = "~2.2.0"