Skip to content

Commit f83358d

Browse files
committed
CI: pin fastparquet <= 0.1.3
1 parent 8cbee35 commit f83358d

5 files changed

+5
-5
lines changed

ci/requirements-2.7.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source activate pandas
44

55
echo "install 27"
66

7-
conda install -n pandas -c conda-forge feather-format pyarrow=0.4.1 fastparquet
7+
conda install -n pandas -c conda-forge feather-format pyarrow=0.4.1 fastparquet<=0.1.3

ci/requirements-3.5_OSX.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source activate pandas
44

55
echo "install 35_OSX"
66

7-
conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet
7+
conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet<=0.1.3

ci/requirements-3.6.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ feather-format
1818
pyarrow
1919
psycopg2
2020
python-snappy
21-
fastparquet
21+
fastparquet<=0.1.3
2222
beautifulsoup4
2323
s3fs
2424
xarray

ci/requirements-3.6_DOC.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ echo "[install DOC_BUILD deps]"
66

77
pip install pandas-gbq
88

9-
conda install -n pandas -c conda-forge feather-format pyarrow nbsphinx pandoc fastparquet
9+
conda install -n pandas -c conda-forge feather-format pyarrow nbsphinx pandoc fastparquet<=0.1.3
1010

1111
conda install -n pandas -c r r rpy2 --yes

ci/requirements-3.6_WIN.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ pytables
1313
matplotlib
1414
blosc
1515
thrift=0.10*
16-
fastparquet
16+
fastparquet<=0.1.3
1717
pyarrow

0 commit comments

Comments
 (0)