Skip to content

Commit 0241996

Browse files
authored
Update setup.py
1 parent 2337f70 commit 0241996

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ def main():
115115
else []
116116
)
117117
+
118-
(
119-
[r"openblas[\\/]+bin[\\/]+libopenblas\.dll"]
120-
if os.name == "nt"
121-
else []
122-
)
123-
+
124118
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
125119
# Naming conventions vary so widely between versions and OSes
126120
# had to give up on checking them.

0 commit comments

Comments
 (0)