-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpixi.toml
More file actions
53 lines (46 loc) · 1.24 KB
/
pixi.toml
File metadata and controls
53 lines (46 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
[project]
name = "swarm"
version = "0.1.0"
description = "Development environment for RoboStack ROS packages"
authors = ["Your Name <your.email@example.com>"]
channels = ["https://fast.prefix.dev/conda-forge", "https://prefix.dev/robostack-noetic"]
platforms = ["linux-64"] # , "win-64", "osx-64", "osx-arm64", "linux-aarch64"]
[dependencies]
python = "3.11.*"
pip = "*"
compilers = "*"
cmake = "*"
pkg-config = "*"
make = "*"
ninja = "*"
ros-noetic-desktop = "*"
ros-noetic-joy = "*"
catkin_tools = "*"
rosdep = "*"
pcl = ">=1.14.1,<2"
uv = ">=0.7.13,<0.8"
fire = ">=0.7.0,<0.8"
[target.linux.dependencies]
libgl-devel = "*"
[pypi-dependencies]
ruff = ">=0.13.0,<0.14"
crazyflow = ">=0.0.2"
pytest = "*"
[environments]
docs = { features = ["docs"] }
[feature.docs.dependencies]
mkdocs = ">=1.5.3"
mkdocs-material = ">=9.4.0"
mkdocstrings = ">=0.24.0"
mkdocstrings-python = ">=1.7.0"
mkdocs-gen-files = ">=0.5.0"
mkdocs-literate-nav = ">=0.6.0"
[feature.docs.tasks]
docs-serve = { cmd = "mkdocs serve", description = "Serve docs locally" }
docs-build = { cmd = "mkdocs build", description = "Build docs" }
[activation]
scripts = [
"submodules/crazyswarm/ros_ws/devel/setup.sh",
"submodules/catkin_ws/devel/setup.bash",
"openai_api_key.sh"
]