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 \
123
123
mkl-service \
124
124
numpy=1.19 \
125
125
scipy=1.5 \
126
- scikit-learn=0.19 \
126
+ scikit-learn=0.21 \
127
127
matplotlib=2.2.2 \
128
- pandas=0.23.4 \
128
+ pandas=0.24 \
129
129
libxml2=2.9.8 \
130
130
libxslt=1.1.32 \
131
131
graphviz=2.40.1 \
Original file line number Diff line number Diff line change @@ -955,7 +955,7 @@ def less_breakable(a_string):
955
955
956
956
drop_columns = drop_columns or []
957
957
additional_metadata = additional_metadata or {}
958
- tsv_data = pd .read_csv (in_tsv , "\t " )
958
+ tsv_data = pd .read_csv (in_tsv , sep = "\t " )
959
959
for k , v in additional_metadata .items ():
960
960
tsv_data [k ] = [v ] * len (tsv_data .index )
961
961
for col in drop_columns :
You can’t perform that action at this time.
0 commit comments