Skip to content

Commit

Permalink
Fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 5, 2024
1 parent 4a7a3fa commit 061caad
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
[dependencies]
python = ">=3.7"

# Build dependencies
cmake = "*"
cxx-compiler = "*"
ninja = "*"
# Host dependencies
nlohmann_json = "*"
pybind11 = "*"

[feature.py37.dependencies]
python = "3.7.*"
[feature.py38.dependencies]
Expand All @@ -30,13 +38,6 @@ py311 = ["py311"]
py312 = ["py312"]
py313 = ["py313"]

# Build dependencies
cmake = "*"
cxx-compiler = "*"
ninja = "*"
# Host dependencies
nlohmann_json = "*"
pybind11 = "*"

[tasks.test]
cmd = "./build/test/test_pybind11_json"
Expand Down

0 comments on commit 061caad

Please sign in to comment.