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 72dd05d commit e92f3a5Copy full SHA for e92f3a5
recipe/meta.yaml
@@ -20,6 +20,8 @@ build:
20
number: 0
21
skip: true # [py<=38 or (is_abi3 and py>311)]
22
python_version_independent: true # [is_abi3]
23
+ script_env:
24
+ - SYMENGINE_PY_LIMITED_API=3.11 # [is_abi3 and py>=311]
25
ignore_run_exports_from:
26
- gmp
27
- mpfr
0 commit comments