Skip to content

Commit

Permalink
Use six instead of sklearn.externals.six
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Smith committed Jul 20, 2020
1 parent a577b3f commit 30fead3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build_tools/doc/doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ sphinx_rtd_theme
matplotlib==2.2.0rc1
numpydoc==0.7.0
Django==1.11
image==1.5.19
image==1.5.19
six
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys
import skoot
from pkg_resources import parse_version
from sklearn.externals.six import u
from six import u

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit 30fead3

Please sign in to comment.