Skip to content

Commit

Permalink
MAINT: force hdfs3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Aug 29, 2017
1 parent 4459f92 commit 05f46e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Needs hdfs3 upstream master branch
-e git+https://github.com/dask/hdfs3.git@master#egg=hdfs3

# 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
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
scripts=[pjoin('bin', 'joblib-yarn-worker')],
install_requires=[
'joblib>=0.10',
'knit>=0.2'
'knit>=0.2',
'hdfs3==0.1.4'
],
zip_safe=False,
)

0 comments on commit 05f46e3

Please sign in to comment.