Skip to content

Commit

Permalink
requirements.txt: fix seaborn version.
Browse files Browse the repository at this point in the history
* fix seaborn to 0.10.1 to resolve conflict
* remove obsolete patch: #2480 has been fixed
  [#2480](quantopian/zipline#2480)
  • Loading branch information
peteut committed Jan 1, 2021
1 parent 658cae5 commit fb96a5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
54 changes: 0 additions & 54 deletions patches/fix-#2480.diff

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pandas==0.22
zipline
matplotlib
ipywidgets
seaborn
seaborn==0.10.1
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ whitelist_externals =
sh
deps =
jupyterlab: -r requirements.txt
commands_pre =
jupyterlab: jupyter nbextension enable --py widgetsnbextension --sys-prefix
jupyterlab: sh -c "patch --verbose -p1 < {toxinidir}/patches/fix-#2480.diff"
commands_post =
jupyterlab: sh -c "patch --verbose -R -p1 < {toxinidir}/patches/fix-#2480.diff"
commands =
jupyterlab: jupyter notebook --notebook-dir=notebooks {posargs}

0 comments on commit fb96a5a

Please sign in to comment.