Skip to content
Snippets Groups Projects
Commit 1557cfa6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Fix conda-pypi mapping for pytorch/torchvision (required since pixi-0.24.*

parent 1aab3380
No related branches found
Tags v1.0.2
No related merge requests found
Pipeline #88420 passed
{
"pytorch": "torch",
"torchvision": "torchvision"
}
......@@ -5,6 +5,7 @@ Source: https://gitlab.idiap.ch/biosignal/software/mednet
Files:
pixi.lock
.pixi-pytorch-mapping.json
.gitmodules
doc/_static/style.css
doc/_templates/*
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -76,6 +76,7 @@ mednet = "mednet.scripts.cli:cli"
[tool.pixi.project]
channels = ["conda-forge", "pytorch"]
platforms = ["linux-64", "osx-arm64"]
conda-pypi-map = {"https://conda.anaconda.org/pytorch" = ".pixi-pytorch-mapping.json"}
[tool.pixi.system-requirements]
linux = "4.19.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment