Skip to content

Commit bf82c43

Browse files
committed
Re-add numpy
1 parent 6598f29 commit bf82c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terminusdb_client/scripts/scripts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ def importcsv(
486486
embedded = [x.lower().replace(" ", "_") for x in embedded]
487487
try:
488488
pd = import_module("pandas")
489+
np = import_module("numpy")
489490
except ImportError:
490491
raise ImportError(
491492
"Library 'pandas' is required to import csv, either install 'pandas' or install woqlDataframe requirements as follows: python -m pip install -U terminus-client-python[dataframe]"

0 commit comments

Comments
 (0)