Skip to content

Commit 1d9cc41

Browse files
committed
add missing conda packages to python dev. doc
1 parent 676a4a9 commit 1d9cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/doc/source/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ from conda-forge:
8484
conda create -y -q -n pyarrow-dev \
8585
python=3.6 numpy six setuptools cython pandas pytest \
8686
cmake flatbuffers rapidjson boost-cpp thrift-cpp snappy zlib \
87-
brotli jemalloc -c conda-forge
87+
brotli jemalloc lz4-c zstd -c conda-forge
8888
source activate pyarrow-dev
8989
9090

0 commit comments

Comments
 (0)