pixi dependencies
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[project]
|
||||
name = "slic"
|
||||
version = "0.1.0"
|
||||
channels = ["conda-forge", "paulscherrerinstitute"]
|
||||
platforms = ["osx-64"]
|
||||
|
||||
[dependencies]
|
||||
python = "3.8.*"
|
||||
wxpython = "*"
|
||||
colorama = "*"
|
||||
tqdm = "*"
|
||||
rich = "*"
|
||||
fuzzywuzzy = "*"
|
||||
logzero = "*"
|
||||
yaspin = "*"
|
||||
pytest = "*"
|
||||
coverage = "*"
|
||||
pytest-html = "*"
|
||||
|
||||
# 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 = "*"
|
||||
matplotlib = "*"
|
||||
Reference in New Issue
Block a user