scikit-learn/sklearn/externals
Olivier Grisel 74505c4e90 MAINT make it possible to vendor a local repo of joblib
This is useful to test a branch of the joblib source prior to releasing joblib.

cd sklearn/externals
bash copy_joblib.sh /path/to/local/joblib-git-repo

[ci skip]
2017-07-31 13:55:11 +02:00
..
joblib Fix typos (#9320) 2017-07-12 18:05:21 +10:00
README Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
__init__.py COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
copy_joblib.sh MAINT make it possible to vendor a local repo of joblib 2017-07-31 13:55:11 +02:00
funcsigs.py [MRG+1] Dropping python 2.6 support (#7890) 2016-11-23 17:11:04 -05:00
setup.py TST remove joblib tests from sklearn 2014-07-17 17:11:20 +02:00
six.py MAINT Update six to version 1.4.1 2013-09-13 10:48:52 +02:00
test_externals_setup.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00

README

This directory contains bundled external dependencies that are updated
every once in a while.

Note for distribution packagers: if you want to remove the duplicated
code and depend on a packaged version, we suggest that you simply do a
symbolic link in this directory.