Skip to content

Commit

Permalink
MAINT: Pin specific versions of blaze dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Mar 1, 2017
1 parent a90394e commit 9cb7e22
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions etc/requirements_blaze.txt
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

0 comments on commit 9cb7e22

Please sign in to comment.