Remove setuptools version restriction

We're fine with current versions now.
This commit is contained in:
Pierre Ossman 2021-02-08 15:51:34 +01:00
parent 8b724074e0
commit 24c3f75ede
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install 'setuptools>=18.5,<=39.0.0'
python -m pip install setuptools
python -m pip install -r test-requirements.txt
- name: Install old numpy
run: |