Skip to content

Commit b0a38a0

Browse files
committed
CI: Bump NumPy to 1.9.3
Backport of pandas-devgh-22499.
1 parent 932de54 commit b0a38a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/circle-27-compat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- cython=0.24
88
- jinja2=2.8
99
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
10-
- numpy=1.9.2
11-
- openpyxl
10+
- numpy=1.9.3
11+
- openpyxl=2.5.5
1212
- psycopg2
1313
- pytables=3.2.2
1414
- python-dateutil=2.5.0

ci/travis-27-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cython=0.24
88
- lxml
99
- matplotlib=1.4.3
10-
- numpy=1.9.2
10+
- numpy=1.9.3
1111
- openpyxl=2.4.0
1212
- python-dateutil
1313
- python-blosc

0 commit comments

Comments
 (0)