Skip to content

Commit

Permalink
CI: pin fastparquet <= 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jan 28, 2018
1 parent 8cbee35 commit f83358d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-2.7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source activate pandas

echo "install 27"

conda install -n pandas -c conda-forge feather-format pyarrow=0.4.1 fastparquet
conda install -n pandas -c conda-forge feather-format pyarrow=0.4.1 fastparquet<=0.1.3
2 changes: 1 addition & 1 deletion ci/requirements-3.5_OSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source activate pandas

echo "install 35_OSX"

conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet
conda install -n pandas -c conda-forge feather-format==0.3.1 fastparquet<=0.1.3
2 changes: 1 addition & 1 deletion ci/requirements-3.6.run
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ feather-format
pyarrow
psycopg2
python-snappy
fastparquet
fastparquet<=0.1.3
beautifulsoup4
s3fs
xarray
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-3.6_DOC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ echo "[install DOC_BUILD deps]"

pip install pandas-gbq

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

conda install -n pandas -c r r rpy2 --yes
2 changes: 1 addition & 1 deletion ci/requirements-3.6_WIN.run
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pytables
matplotlib
blosc
thrift=0.10*
fastparquet
fastparquet<=0.1.3
pyarrow

0 comments on commit f83358d

Please sign in to comment.