We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6f075 commit 6abbd71Copy full SHA for 6abbd71
requirements-dev.txt
@@ -7,7 +7,7 @@ pytest-cov>=2.4.0
7
pytest-runner>=2.9
8
pytest-virtualenv>=1.2.5
9
scikit-build>=0.7.1
10
-setuptools
+setuptools>=28.0.0
11
twine
12
virtualenv>=15.0.3
13
wheel
scikit-ci.yml
@@ -24,7 +24,6 @@ install:
24
commands:
25
- python -c "import sys; print(sys.version)"
26
- python -m pip install --disable-pip-version-check --upgrade pip
27
- - pip install -U setuptools
28
- pip install -U -r requirements-dev.txt
29
30
before_build:
0 commit comments