forked from scrtlabs/catalyst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Pin specific versions of blaze dependencies
- Loading branch information
1 parent
a90394e
commit 9cb7e22
Showing
1 changed file
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
-e git://github.com/quantopian/datashape.git@bf06a41dc0908baf7c324aeacadba8820468ee78#egg=datashape-dev | ||
-e git://github.com/quantopian/odo.git@da7f26d87702f5d293763e8ed54c7e25fd3af386#egg=odo-dev | ||
|
||
# Keep cytoolz version in sync with toolz version in requirements.txt | ||
cytoolz==0.8.2 | ||
|
||
# Transitive dependencies of blaze: | ||
dask[dataframe]==0.13.0 | ||
partd==0.3.7 | ||
locket==0.2.0 | ||
cloudpickle==0.2.1 | ||
itsdangerous==0.24 | ||
flask==0.10.1 | ||
flask-cors==2.1.2 | ||
Jinja2==2.7.3 | ||
MarkupSafe==0.23 | ||
Werkzeug==0.10.4 | ||
psutil==4.3.0 | ||
|
||
-e git://github.com/quantopian/blaze.git@729493f0c8adaf5066bc9e7d4897f39fe30a1188#egg=blaze-dev |