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+ numpy :
2+ - ' 1.26.4'
3+ c_compiler : # [linux]
4+ - gcc # [linux]
5+ cxx_compiler : # [linux]
6+ - gxx # [linux]
7+ cxx_compiler_version : # [linux]
8+ - ' 14' # [linux]
9+ c_stdlib : # [linux]
10+ - sysroot # [linux]
11+ c_stdlib_version : # [linux]
12+ - ' 2.28' # [linux]
13+ c_stdlib : # [win]
14+ - vs # [win]
15+ cxx_compiler : # [win]
16+ - vs2022 # [win]
17+ c_compiler : # [win]
18+ - vs2022 # [win]
19+ CFLAGS :
20+ - -fno-fast-math # [linux]
21+ CXXFLAGS :
22+ - -fno-fast-math # [linux]
23+ CL :
24+ - /fp:precise # [win]
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ requirements:
1717 build :
1818 - {{ compiler('c') }}
1919 - {{ compiler('cxx') }}
20+ - {{ stdlib('c') }}
2021 - {{ compiler('dpcpp') }} >=2024.2 # [not osx]
21- - sysroot_linux-64 >=2.28 # [linux]
2222 host :
2323 - setuptools >=77
2424 - pip
@@ -28,6 +28,7 @@ requirements:
2828 - cython
2929 - scikit-build
3030 - python
31+ - python-gil # [py>=314]
3132 - mkl-devel
3233 - numpy # [not win]
3334 - numpy <2.4 # [win]
You can’t perform that action at this time.
0 commit comments