Skip to content

Commit ba2f7fb

Browse files
committed
Fix environment.yml formatting
1 parent b2a62eb commit ba2f7fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

environment.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ dependencies:
1313
- numba ==0.58*
1414
- dpctl >=0.14*
1515
- dpnp >=0.11*
16-
- mkl >=2021.3.0 # for dpnp
16+
- mkl >=2021.3.0 # for dpnp
1717
- dpcpp-llvm-spirv
1818
- packaging
1919
- scikit-build >=0.15*
2020
- cmake >=3.26*
2121
- pytest
2222
- pip
2323
- pip:
24-
- coverage
25-
- pre-commit
26-
- flake8
27-
- black==20.8b1
28-
- pytest-cov
29-
- pytest-xdist
30-
- pexpect
24+
- coverage
25+
- pre-commit
26+
- flake8
27+
- black==20.8b1
28+
- pytest-cov
29+
- pytest-xdist
30+
- pexpect
3131
variables:
3232
CHANNELS: -c defaults -c numba -c intel -c numba/label/dev -c dppy/label/dev --override-channels
3333
CHANNELS_DEV: -c dppy/label/dev -c defaults -c numba -c intel -c numba/label/dev --override-channels

0 commit comments

Comments
 (0)