Skip to content

Commit

Permalink
Upgrade the version of pySankeyBeta used
Browse files Browse the repository at this point in the history
The actual import is "from pysankey ..."
  • Loading branch information
Pierre-Sassoulas committed Jan 25, 2020
1 parent 166d896 commit 7939f43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- "3.8"

before_install:
- sudo apt-get install -y python3-tk
- sudo apt-get install -y texlive-latex-base pgf texlive-pictures texlive-latex-extra
- sudo apt-get install -y libblas-dev liblapack-dev libatlas-base-dev gfortran
install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pytz>=2018.9",
"ordereddict>=1.1",
"pyyaml>=4.2b1",
"pySankeyBeta>=1.0.5",
"pySankeyBeta~=1.2.1",
],
extras_require={
"dev": [
Expand Down
2 changes: 1 addition & 1 deletion survey/exporter/tex/question2tex_sankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django.utils.translation import ugettext_lazy as _
from pandas.core.frame import DataFrame
from pySankey import sankey
from pysankey import sankey

from survey.exporter.tex.question2tex import Question2Tex
from survey.models.question import Question
Expand Down

0 comments on commit 7939f43

Please sign in to comment.