pixi 0.15.2

A package management and workflow tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "rerun"
version = "0.1.0"
description = "Example package to run the rerun-sdk"
authors = ["Ruben Arts <ruben@prefix.dev>"]
channels = ["conda-forge"]
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"]

[tasks]
start = "python force_driven_lockfile_graph.py"

[dependencies]
numpy = ">=1.26.2,<1.27"
python = "3.10.12.*"
rerun-sdk = ">=0.10.1,<0.11"
networkx = ">=3.2.1,<3.3"
pyyaml = ">=6.0.1,<6.1"