Skip to content

Commit f285872

Browse files
committed
Attemp to use miniexpr on windows too
1 parent 2b1327d commit f285872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blosc2/lazyexpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
try_miniexpr = True
9696
if blosc2.IS_WASM:
9797
try_miniexpr = False
98-
if sys.platform == "win32":
99-
try_miniexpr = False
98+
# if sys.platform == "win32":
99+
# try_miniexpr = False
100100

101101

102102
def ne_evaluate(expression, local_dict=None, **kwargs):

0 commit comments

Comments
 (0)