diff --git a/q2_vsearch/_transformer.py b/q2_vsearch/_transformer.py index 0b8f3e1..4ce2b8b 100644 --- a/q2_vsearch/_transformer.py +++ b/q2_vsearch/_transformer.py @@ -9,7 +9,6 @@ import collections import pandas as pd -import numpy as np import qiime2 from .plugin_setup import plugin @@ -19,7 +18,7 @@ # not chimeric, so being safe and making all fields other than # score strings _uchime_stats_header = collections.OrderedDict([ - ('score', np.number), + ('score', float), ('feature-id', str), ('A', str), ('B', str),