mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Use latest jedi for testing.
Version 0.15.x seems to have resolved the issues that plagued 0.14.
This commit is contained in:
parent
e7815780d5
commit
44d650dd02
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ install:
|
|||
pyenv activate $TOXENV ;
|
||||
fi
|
||||
- ${PIP} --upgrade pip
|
||||
- ${PIP} wheel jupyter ipython\<=$IPYTHON jedi\<=0.13.3 ipykernel numpy\<=1.16.0 matplotlib\<=3.0.2
|
||||
- ${PIP} wheel jupyter ipython\<=$IPYTHON jedi\>=0.15.1 ipykernel numpy\<=1.16.0 matplotlib\<=3.0.2
|
||||
- ${PY} -m ipykernel install --user
|
||||
- sh tools/install-R.sh
|
||||
- sh tools/install-julia.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue