You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conda-recipe-cf/meta.yaml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ requirements:
19
19
- {{ compiler('cxx') }}
20
20
host:
21
21
- python
22
-
- setuptools
22
+
- setuptools >=77
23
23
- mkl-devel
24
24
- cython
25
25
- numpy
@@ -34,15 +34,12 @@ test:
34
34
- pytest --pyargs mkl_random
35
35
requires:
36
36
- pytest
37
-
- mkl-service
38
-
- numpy
39
37
imports:
40
38
- mkl_random
41
39
- mkl_random.mklrand
42
40
43
41
about:
44
42
home: http://github.com/IntelPython/mkl_random
45
43
license: BSD-3-Clause
46
-
license_family: BSD
47
44
license_file: LICENSE.txt
48
45
summary: NumPy-based implementation of random number generation sampling using Intel (R) Math Kernel Library, mirroring numpy.random, but exposing all choices of sampling algorithms available in MKL.
0 commit comments