We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1ffd5 commit 4a74678Copy full SHA for 4a74678
2 files changed
Tools/ci-run.sh
@@ -74,7 +74,7 @@ else
74
if [[ $PYTHON_VERSION != *"-dev" || $COVERAGE == "1" ]]; then
75
python -m pip install -r test-requirements.txt || exit 1
76
77
- if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[4789]* ]]; then
+ if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[1]* ]]; then
78
python -m pip install -r test-requirements-cpython.txt || exit 1
79
fi
80
test-requirements-cpython.txt
@@ -1,7 +1,2 @@
1
jupyter
2
line_profiler
3
-# transitive dependency of jupyter (17.0+ lacks wheels for Py3.4)
4
-pyzmq<17
5
-pyrsistent<0.16
6
-qtconsole<5
7
-decorator<5
0 commit comments