File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ MACOSX_SDK_VERSION : # [osx and x86_64]
2+ - 11.0 # [osx and x86_64]
3+
4+ # Override Python `zip_keys`
15python :
26 - 3.13
3- python_impl :
4- - cpython
57numpy :
68 - 1.16
7- MACOSX_SDK_VERSION : # [osx and x86_64]
8- - 11.0 # [osx and x86_64]
9+ python_impl :
10+ - cpython
11+ is_python_min :
12+ - no
13+
14+ # Whether to build free-threaded Python (3.13+)
15+ freethreading :
16+ - yes
17+ - no
18+
19+ # Use Python RC components in build
20+ channel_sources :
21+ - conda-forge/label/python_rc,conda-forge
22+
23+ # Configuration for debug and release builds
924build_type :
1025 - release
1126 - debug # [not win]
12- channel_sources :
13- - conda-forge/label/python_rc,conda-forge
1427channel_targets :
1528 - conda-forge main
1629 - conda-forge python_debug # [not win]
17- is_python_min :
18- - no
19- freethreading :
20- - yes
21- - no
2230zip_keys :
2331 - build_type
2432 - channel_targets
You can’t perform that action at this time.
0 commit comments