We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maturin
1 parent 1433b7f commit dfc5219Copy full SHA for dfc5219
omd/packages/python3-modules/build-python3-modules.bzl
@@ -108,6 +108,7 @@ build_cmd = """
108
109
echo "ninja==1.11.1.1" > $$TMPDIR/constraints.txt
110
echo "setuptools<82.0.0" >> $$TMPDIR/constraints.txt
111
+ echo "maturin~=1.11.0" >> $$TMPDIR/constraints.txt
112
export PIP_CONSTRAINT="$$TMPDIR/constraints.txt"
113
114
{git_ssl_no_verify}\\
0 commit comments