File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ requirements:
1717 build :
1818 - {{ compiler('c') }}
1919 - {{ compiler('cxx') }}
20- - {{ compiler('dpcpp') }} >=2024.2 # [not osx]
20+ - {{ compiler('dpcpp') }} >=2024.2
2121 - sysroot_linux-64 >=2.28 # [linux]
2222 host :
23- - setuptools
24- - cmake
25- - ninja
26- - build
27- - cython
28- - scikit-build
2923 - python
30- - pip
31- - wheel
24+ - setuptools >=77.0.0
25+ - cmake >=3.29.0
26+ - ninja >=1.11.1
27+ - build >=1.1
28+ - cython >= 3.0.10
29+ - scikit-build >=0.17.0
30+ - pip >=24.0
31+ - wheel >=0.43
3232 - mkl-devel
33- - numpy-base
33+ - numpy-base >=1.26.4
3434 run :
3535 - python
3636 - mkl
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ build-backend = "setuptools.build_meta"
2828requires = [
2929 " wheel>=0.43" ,
3030 " build>=1.1" ,
31- " cmake" ,
32- " ninja" ,
33- " scikit-build" ,
34- " setuptools>=77" ,
35- " Cython" ,
36- " numpy"
31+ " cmake>=3.29.0 " ,
32+ " ninja>=1.11.1; platform_system!='Windows' " ,
33+ " scikit-build>=0.17.0 " ,
34+ " setuptools>=77.0.0 " ,
35+ " Cython>=3.0.10 " ,
36+ " numpy>=1.26.4 "
3737]
3838
3939[project ]
You can’t perform that action at this time.
0 commit comments