File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
numpy :
2
- - 1.23
2
+ - ' 1.23'
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
+ - vs2019 # [win]
17
+ c_compiler : # [win]
18
+ - vs2019 # [win]
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ requirements:
22
22
# TODO: keep in sync with /pyproject.toml
23
23
build :
24
24
- {{ compiler('cxx') }}
25
+ - {{ stdlib('c') }}
25
26
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
26
- - sysroot_linux-64 >=2.28 # [linux]
27
27
host :
28
28
- python
29
29
- pip >=24.0
57
57
requires :
58
58
- {{ compiler('c') }}
59
59
- {{ compiler('cxx') }}
60
+ - {{ stdlib('c') }}
60
61
- cython
61
62
- setuptools
62
63
- pytest
You can’t perform that action at this time.
0 commit comments