We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66df77e commit fc81194Copy full SHA for fc81194
scripts/install
@@ -16,4 +16,4 @@ else
16
fi
17
18
${PIP} install -U pip
19
-${PIP} install -r "$REQUIREMENTS"
+PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 ${PIP} install -r "$REQUIREMENTS"
0 commit comments