From 015f7812eda667da771cbf67bdfd002c5313d749 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Thu, 14 May 2020 10:12:18 -0400 Subject: [PATCH] [ci skip] Pin isort --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b15d783b0..5f186ce000 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ extras["testing"] = ["pytest", "pytest-xdist", "timeout-decorator"] extras["docs"] = ["recommonmark", "sphinx", "sphinx-markdown-tables", "sphinx-rtd-theme"] extras["quality"] = [ "black", - "isort", + "isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort", "flake8==3.7.9", ] extras["dev"] = extras["testing"] + extras["quality"] + ["mecab-python3", "scikit-learn", "tensorflow", "torch"]