Skip to content

Commit 7c27b9d

Browse files
authored
Revert "CI: pin jemalloc=4.4.0 (#16727)" (#16731)
This reverts commit 09d8c22.
1 parent 6b729dd commit 7c27b9d

5 files changed

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

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 jemalloc=4.4.0
7+
conda install -n pandas -c conda-forge pyarrow dask

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

ci/requirements-3.6.run

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ html5lib
1414
jinja2
1515
sqlalchemy
1616
pymysql
17-
jemalloc=4.4.0
1817
feather-format
1918
# psycopg2 (not avail on defaults ATM)
2019
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 jemalloc=4.4.0
9+
conda install -n pandas -c conda-forge feather-format nbsphinx pandoc
1010

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

0 commit comments

Comments
 (0)