-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
57 lines (48 loc) · 1.24 KB
/
pixi.toml
File metadata and controls
57 lines (48 loc) · 1.24 KB
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
[workspace]
name = "Utama-Core"
channels = ["https://prefix.dev/conda-forge"]
platforms = ["linux-64", "osx-arm64"]
preview = ["pixi-build"]
version = "1.11.1"
[pypi-dependencies]
lenses = ">=1.2.0"
py-trees = ">=2.3.0"
[dependencies] # shared deps
python = "3.11.*"
numpy = "==2.0.2"
pygame = "==2.6.1"
protobuf = "==3.20.2"
gymnasium = "==1.0.0"
pyserial = "==3.5"
pytest = "==8.3.4"
ruff = ">=0.9.8"
pre-commit = ">=3.8.0"
hatch = ">=1.14.1,<2"
graphviz = ">=13.1.2,<14"
snakeviz = ">=2.2.2,<3"
scipy = ">=1.16.3,<2"
pandas = "==3.0.1"
rich = ">=14.2.0,<15"
[package]
name = "Utama-Core"
version = "1.11.1"
[package.build]
backend = { name = "pixi-build-python", version = "*" }
[package.host-dependencies]
hatchling = "*"
[feature.robosim.dependencies]
python = "3.10.*"
cmake = "<3.27"
libode = ">=0.16.2,<0.17"
[feature.robosim.pypi-dependencies]
rc-robosim = "<2"
numpy = "<=2.0.2"
[tasks]
lint = "pre-commit run --all-files"
test = "pytest utama_core/tests/"
main = "python -m main"
replay = "python -m utama_core.replay.replay_player"
precommit-install = "pre-commit install && pixi run pre-commit install --hook-type pre-commit"
precommit-uninstall = "pre-commit uninstall"
[environments]
robosim = { features = ["robosim"], no-default-feature = true }