File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ RUN conda install -y python=3.7.1 \
123123 mkl-service \
124124 numpy=1.19 \
125125 scipy=1.5 \
126- scikit-learn=0.19 \
126+ scikit-learn=0.21 \
127127 matplotlib=2.2.2 \
128- pandas=0.23.4 \
128+ pandas=0.24 \
129129 libxml2=2.9.8 \
130130 libxslt=1.1.32 \
131131 graphviz=2.40.1 \
Original file line number Diff line number Diff line change @@ -955,7 +955,7 @@ def less_breakable(a_string):
955955
956956 drop_columns = drop_columns or []
957957 additional_metadata = additional_metadata or {}
958- tsv_data = pd .read_csv (in_tsv , "\t " )
958+ tsv_data = pd .read_csv (in_tsv , sep = "\t " )
959959 for k , v in additional_metadata .items ():
960960 tsv_data [k ] = [v ] * len (tsv_data .index )
961961 for col in drop_columns :
You can’t perform that action at this time.
0 commit comments