-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: adapt backend to latest joblib API
- Loading branch information
Showing
6 changed files
with
95 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Numerical dependencies used by tests | ||
numpy | ||
|
||
# For tests | ||
pytest | ||
pytest-cov | ||
pytest-pep8 | ||
pytest-env | ||
codecov | ||
tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,2 @@ | ||
# Needs joblib specific branch for this project since it's not yet merged. | ||
# See https://github.com/joblib/pull/397 for more details. | ||
-e git+https://github.com/aabadie/joblib.git@storage_backend_2#egg=joblib | ||
|
||
# Regular dependencies | ||
numpy | ||
|
||
# For tests | ||
pytest | ||
pytest-cov | ||
pytest-pep8 | ||
pytest-env | ||
codecov | ||
tox | ||
# Needs joblib master branch | ||
-e git+https://github.com/joblib/joblib.git#egg=joblib |