Skip to content

Commit 037bb2c

Browse files
committed
more specific import
1 parent b3b58d6 commit 037bb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/neomatlabio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def __init__(self, filename=None):
241241
Arguments:
242242
filename : the filename to read
243243
"""
244-
import scipy
244+
import scipy.version
245245

246246
if Version(scipy.version.version) < Version("0.12.0"):
247247
raise ImportError(

0 commit comments

Comments
 (0)