-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.toml
42 lines (38 loc) · 813 Bytes
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[project]
name = "glatzel-bench"
channels = ["conda-forge", "pytorch"]
platforms = ["win-64"]
authors = ["Glatzel <[email protected]>"]
[feature.base.dependencies]
python = "3.11.*"
numpy = "1.24.*"
pytest = "*"
pytest-benchmark = "*"
pytest-cov = "*"
[feature.audio.dependencies]
librosa = "*"
mkl="*"
numba = ">=0.60.0"
numexpr = "*"
pyfftw = "*"
pygal = "*"
pysoundfile = "*"
pytorch = { version = "*", build = "*cpu*" }
scipy = "*"
torchaudio = "*"
[feature.audio.pypi-dependencies]
audiofile = "*"
ssqueezepy = "*"
[feature.arithmetic.dependencies]
mkl="*"
numba = ">=0.60.0"
numexpr = "*"
pyfftw = "*"
pygal = "*"
pytorch = { version = "*", build = "*cpu*" }
scipy = "*"
[feature.arithmetic.pypi-dependencies]
ssqueezepy = "*"
[environments]
audio = ["base", "audio"]
arithmetic = ["base", "arithmetic"]