Skip to content

Commit 09d8c22

Browse files
authored
CI: pin jemalloc=4.4.0 (#16727)
1 parent 125c414 commit 09d8c22

5 files changed

+5
-4
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
7+
conda install -n pandas -c conda-forge feather-format jemalloc=4.4.0

ci/requirements-2.7_BUILD_TEST.sh

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

55
echo "install 27 BUILD_TEST"
66

7-
conda install -n pandas -c conda-forge pyarrow dask
7+
conda install -n pandas -c conda-forge pyarrow dask jemalloc=4.4.0

ci/requirements-3.5.sh

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

55
echo "install 35"
66

7-
conda install -n pandas -c conda-forge feather-format
7+
conda install -n pandas -c conda-forge feather-format jemalloc=4.4.0

ci/requirements-3.6.run

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html5lib
1414
jinja2
1515
sqlalchemy
1616
pymysql
17+
jemalloc=4.4.0
1718
feather-format
1819
# psycopg2 (not avail on defaults ATM)
1920
beautifulsoup4

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 nbsphinx pandoc
9+
conda install -n pandas -c conda-forge feather-format nbsphinx pandoc jemalloc=4.4.0
1010

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

0 commit comments

Comments
 (0)