Skip to content

Commit 8c5289b

Browse files
Add blosc to requirements
1 parent 5867145 commit 8c5289b

13 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ before_install:
121121
- echo $VIRTUAL_ENV
122122
- export PATH="$HOME/miniconda/bin:$PATH"
123123
- sudo apt-get install ccache
124-
- pip install -U blosc
125124
- df -h
126125
- date
127126
- pwd

ci/requirements-2.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ numexpr=1.4.2
1414
pymysql=0.6.0
1515
sqlalchemy=0.7.8
1616
xlsxwriter=0.4.6
17+
blosc

ci/requirements-2.7.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ beautiful-soup=4.2.1
2323
httplib2=0.8
2424
python-gflags=2.0
2525
google-api-python-client=1.2
26+
blosc

ci/requirements-2.7_32.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ matplotlib
99
openpyxl
1010
xlrd
1111
scipy
12+
blosc

ci/requirements-2.7_64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ matplotlib
99
openpyxl
1010
xlrd
1111
scipy
12+
blosc

ci/requirements-2.7_LOCALE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ scipy=0.11.0
1616
beautiful-soup=4.2.1
1717
statsmodels=0.4.3
1818
bigquery=2.0.17
19+
blosc

ci/requirements-2.7_SLOW.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ beautiful-soup
2323
httplib2
2424
python-gflags
2525
google-api-python-client
26+
blosc

ci/requirements-3.2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ html5lib
1313
scipy==0.12.0
1414
beautifulsoup4==4.2.1
1515
statsmodels==0.5.0
16+
blosc

ci/requirements-3.3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ lxml=3.2.1
1515
scipy
1616
beautiful-soup=4.2.1
1717
statsmodels
18+
blosc

ci/requirements-3.4.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ sqlalchemy
1717
bottleneck
1818
pymysql==0.6.3
1919
psycopg2
20+
blosc

ci/requirements-3.4_32.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ scipy
88
numexpr
99
pytables
1010
matplotlib
11+
blosc

ci/requirements-3.4_64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ scipy
88
numexpr
99
pytables
1010
matplotlib
11+
blosc

ci/requirements-3.4_SLOW.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ sqlalchemy
1717
bottleneck
1818
pymysql
1919
psycopg2
20+
blosc

0 commit comments

Comments
 (0)