Skip to content

Commit

Permalink
more specific import
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jan 30, 2024
1 parent b3b58d6 commit 037bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/io/neomatlabio.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def __init__(self, filename=None):
Arguments:
filename : the filename to read
"""
import scipy
import scipy.version

if Version(scipy.version.version) < Version("0.12.0"):
raise ImportError(
Expand Down

0 comments on commit 037bb2c

Please sign in to comment.