From 0cd81fb99fb24673cdfadc9269e547d3fab9a0e4 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 10 Jan 2020 20:35:45 +0000 Subject: [PATCH] [isort] declare more third-parties in case no tf install --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 58c0c416b8..4f8e586f99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,16 +4,20 @@ force_grid_wrap = 0 include_trailing_comma = True known_first_party = transformers known_third_party = + absl fairseq fastprogress git + h5py MeCab nltk + numpy packaging PIL psutil seqeval sklearn + tensorflow tensorboardX tensorflow_datasets torchtext