diff --git a/pixi.lock b/pixi.lock index dcfd055..629f63a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -6480,7 +6480,7 @@ packages: - pypi: ./ name: package-name version: 0.1.0 - sha256: f80c6bfe428508e744a785654bdcdaddb17d6566d7bb2d434c572b608806dd9f + sha256: fdda64aea757044e994907b74ecf752b2b0207b7bb4a24e67c4f06ee58e20a82 requires_dist: - pytest ; extra == 'test' requires_python: '>=3.11' diff --git a/pyproject.toml b/pyproject.toml index e31b676..e43acac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ test = ["pytest"] build-backend = "hatchling.build" requires = ["hatchling"] -[tool.pixi.project] +[tool.pixi.workspace] channels = ["conda-forge"] platforms = ["osx-arm64", "linux-64", "osx-64"]