Skip to content

Commit

Permalink
update joblib in requirements
Browse files Browse the repository at this point in the history
This fixed an error I was seeing: `TypeError: an integer is required (got type bytes)`, similar to this issue: joblib/joblib#917.
  • Loading branch information
Tgaaly committed Mar 23, 2020
1 parent 6f9548d commit 59a482f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.15.1
Jinja2==2.10.1
joblib==0.13.2
joblib==0.14
jsonschema==3.0.2
jupyter==1.0.0
jupyter-client==5.3.1
Expand Down Expand Up @@ -123,4 +123,4 @@ wrapt==1.11.2
youtube-dl==2019.8.2
yacs==0.1.4
setuptools==40.6.2
pytest==4.4.0
pytest==4.4.0

0 comments on commit 59a482f

Please sign in to comment.