Skip to content

Commit d50eaa8

Browse files
authored
CI: have 34_SLOW build use matplotlib latest from conda-forge (#15170)
CI: change 34_SLOW to use numpy 1.10* as mpl 2.0 requires anyhow
1 parent 5cc98ea commit d50eaa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/requirements-3.4_SLOW.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-dateutil
22
pytz
3-
numpy=1.9.3
3+
numpy=1.10*
44
cython

ci/requirements-3.4_SLOW.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dateutil
22
pytz
3-
numpy=1.9.3
3+
numpy=1.10*
44
openpyxl
55
xlsxwriter
66
xlrd

ci/requirements-3.4_SLOW.sh

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

55
echo "install 34_slow"
66

7-
conda install -n pandas -c conda-forge/label/rc -c conda-forge matplotlib
7+
conda install -n pandas -c conda-forge matplotlib

0 commit comments

Comments
 (0)