-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.toml
68 lines (58 loc) · 1.44 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[project]
name = "Certificates of Participation"
version = "0.7.4"
description = "Generate participation certificates for events."
authors = ["Alexander CS Hendorf <[email protected]>"]
channels = ["conda-forge"]
platforms = ["osx-arm64"]
# Dependencies
[dependencies]
python = ">=3.12.3,<3.13"
pixi-pycharm = ">=0.0.5,<0.1"
pandas = ">=2.2.2,<2.3"
openpyxl = ">=3.1.2,<3.2"
pikepdf = ">=9.0.0,<9.1"
scikit-learn = ">=1.5.0,<1.6"
[tasks]
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
[feature.py312.dependencies]
python = "3.12.*"
[host-dependencies]
python = "*"
pip = "*"
[feature.test.dependencies]
pytest = "*"
pytest-md = "*"
pytest-emoji = "*"
hypothesis = "*"
pytest-cov = "*"
[feature.test.tasks]
test = "pytest"
[tool.pixi.dependencies]
ruff = ">=0.4.8,<0.5"
[feature.lint.dependencies]
pre-commit = "*"
[feature.lint.tasks]
lint = "pre-commit run --all"
[environments]
default = ["test"]
lint = ["lint"]
py312 = ["py312", "test"]
[pypi-dependencies]
colorama = "*"
structlog = "*"
rich = "*"
fpdf2 = "*"
pdfrw = "*"
pydantic = { version = "*", extras = ["email"] }
packaging = "*"
wheel = "*"
endesive = "*"
omegaconf = "*"
pytanis = { version = "*", extras = ["all"] }
mkdocs = ">=1.6.1, <2"
mkdocs-material = { version = ">=9.5.39, <10", extras = ["imaging"] }
bumpversion = ">=0.6.0, <0.7"
pymdown-extensions = ">=10.11.2, <11"
mkdocs-glightbox = ">=0.4.0, <0.5"
mkdocs-open-in-new-tab = ">=1.0.5, <2"