Update pixi.toml

This commit is contained in:
2025-07-15 13:47:50 +02:00
parent 0acf5616ad
commit c8668bbab2
+6 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "slic"
version = "0.1.0"
channels = ["conda-forge", "paulscherrerinstitute"]
channels = ["conda-forge"]
platforms = ["linux-64"]
[dependencies]
@@ -13,5 +13,9 @@ pytest-cov = "*"
allure-pytest = "*"
[pypi-dependencies]
pytest-md-report = "*"
pytest = "*"
pytest-cov = "*"
pytest-html = "*"
pytest-json-report = "*"
pytest-md-report = "*"
coverage = "*"