Skip to content

Commit 1919881

Browse files
committed
revert jmalloc pin
1 parent 8ed7656 commit 1919881

File tree

4 files changed

+3
-4
lines changed

4 files changed

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

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)