Skip to content

Commit 612ec12

Browse files
committed
Add libblas dependencies back to exclude list from conda gen script.
1 parent f645d1a commit 612ec12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/generate_pip_deps_from_conda.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
EXCLUDE = {
4545
"pip",
4646
"python",
47+
"libblas",
48+
"libblas=*=*mkl",
4749
"libpython",
50+
"m2w64-toolchain",
51+
"mkl-service",
4852
"numba",
4953
"scipy",
5054
"python-graphviz",

0 commit comments

Comments
 (0)