Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
28 lines
315 B
YAML
28 lines
315 B
YAML
c_compiler:
|
|
- vs2022
|
|
c_stdlib:
|
|
- vs
|
|
channel_sources:
|
|
- conda-forge
|
|
channel_targets:
|
|
- conda-forge main
|
|
cxx_compiler:
|
|
- vs2022
|
|
gmp:
|
|
- '6'
|
|
libboost_devel:
|
|
- '1.86'
|
|
libxml2:
|
|
- '2'
|
|
mpfr:
|
|
- '4'
|
|
pin_run_as_build:
|
|
python:
|
|
min_pin: x.x
|
|
max_pin: x.x
|
|
python:
|
|
- 3.12.* *_cpython
|
|
target_platform:
|
|
- win-64
|
|
zlib:
|
|
- '1' |