From 2e1df6d89a0fdf7f2063bdf0bd2c388f607357e4 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 3 Aug 2020 13:20:55 +0300 Subject: BLD: pin setuptools<49.2.0 --- tools/travis-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index 1446a8bad..b62d74f40 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -29,7 +29,7 @@ gcc --version popd -pip install --upgrade pip setuptools!=49.2.0 wheel +pip install --upgrade pip 'setuptools<49.2.0' wheel # 'setuptools', 'wheel' and 'cython' are build dependencies. This information # is stored in pyproject.toml, but there is not yet a standard way to install -- cgit v1.2.1