CI: pin jemalloc=4.4.0 (#16727) · rs2/pandas@09d8c22 (original) (raw)
5 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,4 +4,4 @@ source activate pandas | ||
| 4 | 4 | |
| 5 | 5 | echo "install 27" |
| 6 | 6 | |
| 7 | -conda install -n pandas -c conda-forge feather-format | |
| 7 | +conda install -n pandas -c conda-forge feather-format jemalloc=4.4.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,4 +4,4 @@ source activate pandas | ||
| 4 | 4 | |
| 5 | 5 | echo "install 27 BUILD_TEST" |
| 6 | 6 | |
| 7 | -conda install -n pandas -c conda-forge pyarrow dask | |
| 7 | +conda install -n pandas -c conda-forge pyarrow dask jemalloc=4.4.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,4 +4,4 @@ source activate pandas | ||
| 4 | 4 | |
| 5 | 5 | echo "install 35" |
| 6 | 6 | |
| 7 | -conda install -n pandas -c conda-forge feather-format | |
| 7 | +conda install -n pandas -c conda-forge feather-format jemalloc=4.4.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -14,6 +14,7 @@ html5lib | ||
| 14 | 14 | jinja2 |
| 15 | 15 | sqlalchemy |
| 16 | 16 | pymysql |
| 17 | +jemalloc=4.4.0 | |
| 17 | 18 | feather-format |
| 18 | 19 | # psycopg2 (not avail on defaults ATM) |
| 19 | 20 | beautifulsoup4 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,6 +6,6 @@ echo "[install DOC_BUILD deps]" | ||
| 6 | 6 | |
| 7 | 7 | pip install pandas-gbq |
| 8 | 8 | |
| 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 | |
| 10 | 10 | |
| 11 | 11 | conda install -n pandas -c r r rpy2 --yes |