We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f30d91 commit 3d5bcfcCopy full SHA for 3d5bcfc
pixi.toml
@@ -5,7 +5,7 @@ platforms = ["osx-arm64", "osx-64", "linux-64", "linux-aarch64", "win-64"]
5
6
[tasks]
7
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
8
-postinstall-onnx-rc = "pip install -i https://test.pypi.org/simple/ --pre onnx"
+postinstall-onnx-rc = "pip install -i https://pypi.org/simple/ --pre onnx --force --no-deps"
9
10
[dependencies]
11
# we don't specify onnx here since we want to create test environments where we install it from pypi
0 commit comments