File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ requirements:
1818 - {{ compiler('c') }}
1919 host :
2020 - python
21- - setuptools
21+ - setuptools >=77
2222 - mkl-devel
2323 - cython
2424 - numpy
2525 run :
2626 - python
27- - mkl
2827 - mkl-service
2928 - numpy
3029
4140
4241about :
4342 home : http://github.com/IntelPython/mkl_fft
44- license : BSD-3
43+ license : BSD-3-Clause
4544 license_file : LICENSE.txt
4645 summary : NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library
Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ requirements:
1818 - {{ compiler('c') }}
1919 host :
2020 - python
21- - setuptools
21+ - setuptools >=77
2222 - mkl-devel
2323 - cython
2424 - numpy-base
2525 run :
2626 - python
27- - mkl
2827 - mkl-service
2928 - {{ pin_compatible('numpy') }}
3029
4140
4241about :
4342 home : http://github.com/IntelPython/mkl_fft
44- license : BSD-3
43+ license : BSD-3-Clause
4544 license_file : LICENSE.txt
4645 summary : NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library
You can’t perform that action at this time.
0 commit comments