-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (30 loc) · 1006 Bytes
/
pyproject.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
[project]
name = "naxirzag"
description = "naxirzag"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT License" }
version = "0.0.1"
[project.scripts]
naxirzag-opt = "naxirzag.tools.naxirzag_main:main"
[tool.pixi.project]
authors = ["Josse Van Delm <josse.vandelm@gmail.com>"]
channels = ["conda-forge", "kuleuven-micas", "bioconda"]
platforms = ["linux-64"]
[tool.pixi.pypi-dependencies]
naxirzag = { path = "./", editable = true }
snax-mlir = { path = "./snax-mlir", editable = true }
zigzag-dse = { path = "./zigzag", editable = true }
filecheck = ">=1.0.1,<2"
[tool.pixi.dependencies]
snax-cluster-prebuilt = "==0.2.8"
snax-cluster-dev = "==0.2.8"
python = "3.12.*"
mlir = { version = "==19.1.1.d401987fe349a87c53fe25829215b80b70c0c1a", channel = "kuleuven-micas" }
clang = ">=19.1.1, <20"
lld = ">=19.1.1, <20"
snakemake-minimal="*"
pyright = ">=1.1.390,<2"
vcd-to-csv = { version = ">=0.1.0,<0.2", channel = "kuleuven-micas" }
pre-commit = ">=4.1.0,<5"
lit = ">=19.1.7,<20"