Skip to content

Commit b04544e

Browse files
committed
address comments
1 parent 2cdfa3f commit b04544e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -41,6 +40,6 @@ test:
4140

4241
about:
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

conda-recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -41,6 +40,6 @@ test:
4140

4241
about:
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

0 commit comments

Comments
 (0)