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:
18
18
- {{ compiler('c') }}
19
19
host :
20
20
- python
21
- - setuptools
21
+ - setuptools >=77
22
22
- mkl-devel
23
23
- cython
24
24
- numpy
25
25
run :
26
26
- python
27
- - mkl
28
27
- mkl-service
29
28
- numpy
30
29
41
40
42
41
about :
43
42
home : http://github.com/IntelPython/mkl_fft
44
- license : BSD-3
43
+ license : BSD-3-Clause
45
44
license_file : LICENSE.txt
46
45
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:
18
18
- {{ compiler('c') }}
19
19
host :
20
20
- python
21
- - setuptools
21
+ - setuptools >=77
22
22
- mkl-devel
23
23
- cython
24
24
- numpy-base
25
25
run :
26
26
- python
27
- - mkl
28
27
- mkl-service
29
28
- {{ pin_compatible('numpy') }}
30
29
41
40
42
41
about :
43
42
home : http://github.com/IntelPython/mkl_fft
44
- license : BSD-3
43
+ license : BSD-3-Clause
45
44
license_file : LICENSE.txt
46
45
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