Skip to content

Commit 8aa2934

Browse files
committed
Remove mkl-service as test requirement
1 parent 21e1561 commit 8aa2934

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ test:
3434
- pytest --pyargs mkl_random
3535
requires:
3636
- pytest
37-
- mkl-service
3837
imports:
3938
- mkl_random
4039
- mkl_random.mklrand

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ test:
3434
- pytest --pyargs mkl_random
3535
requires:
3636
- pytest
37-
- mkl-service
3837
imports:
3938
- mkl_random
4039
- mkl_random.mklrand

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ dependencies = ["numpy >=1.26.4", "mkl"]
5454
description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
5555
dynamic = ["version"]
5656
keywords=["MKL", "VSL", "true randomness", "pseudorandomness",
57-
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
58-
"R-250", "MCG-31"]
57+
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
58+
"R-250", "MCG-31"]
5959
license = "BSD-3-Clause"
6060
name = "mkl_random"
6161
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)