Skip to content

Commit 68dd979

Browse files
h-vetinarijreback
authored andcommitted
DEPS: Bump numpy to 1.13.3 (#25554)
1 parent 882961d commit 68dd979

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+169
-422
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ matrix:
4141

4242
- dist: trusty
4343
env:
44-
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
44+
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
4545

4646
# In allow_failures
4747
- dist: trusty

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pip install pandas
164164
```
165165

166166
## Dependencies
167-
- [NumPy](https://www.numpy.org): 1.12.0 or higher
167+
- [NumPy](https://www.numpy.org): 1.13.3 or higher
168168
- [python-dateutil](https://labix.org/python-dateutil): 2.5.0 or higher
169169
- [pytz](https://pythonhosted.org/pytz): 2015.4 or higher
170170

ci/azure/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
vmImage: ${{ parameters.vmImage }}
99
strategy:
1010
matrix:
11-
py36_np14:
11+
py36_np15:
1212
ENV_FILE: ci/deps/azure-windows-36.yaml
1313
CONDA_PY: "36"
1414

ci/deps/azure-35-compat.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- beautifulsoup4==4.4.1
7-
- bottleneck=1.2.0
8-
- cython=0.28.2
9-
- hypothesis>=3.58.0
6+
- beautifulsoup4=4.4.1
7+
- bottleneck=1.2.1
108
- jinja2=2.8
11-
- numexpr=2.6.1
12-
- numpy=1.12.0
9+
- numexpr=2.6.2
10+
- numpy=1.13.3
1311
- openpyxl=2.4.0
1412
- pytables=3.4.2
1513
- python-dateutil=2.5.0
16-
- python=3.5*
14+
- python=3.5.*
1715
- pytz=2015.4
18-
- scipy=0.18.1
16+
- scipy=0.19.0
1917
- xlrd=1.0.0
2018
- xlsxwriter=0.7.7
2119
- xlwt=1.0.0
2220
# universal
21+
- cython=0.28.2
22+
- hypothesis>=3.58.0
2323
- pytest-xdist
2424
- pytest-mock
2525
- isort

ci/deps/azure-36-locale.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ channels:
44
- conda-forge
55
dependencies:
66
- beautifulsoup4==4.5.1
7-
- bottleneck=1.2.0
7+
- bottleneck=1.2.*
88
- cython=0.28.2
99
- lxml
10-
- matplotlib=2.0.0
11-
- numpy=1.12.0
10+
- matplotlib=2.2.2
11+
- numpy=1.14.*
1212
- openpyxl=2.4.0
1313
- python-dateutil
1414
- python-blosc
15-
- python=3.6
15+
- python=3.6.*
1616
- pytz=2016.10
1717
- scipy
1818
- sqlalchemy=1.1.4

ci/deps/azure-36-locale_slow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ dependencies:
1010
- ipython
1111
- jinja2
1212
- lxml
13-
- matplotlib
13+
- matplotlib=3.0.*
1414
- nomkl
1515
- numexpr
16-
- numpy
16+
- numpy=1.15.*
1717
- openpyxl
1818
- pytables
1919
- python-dateutil
20-
- python=3.6*
20+
- python=3.6.*
2121
- pytz
2222
- s3fs
2323
- scipy

ci/deps/azure-37-locale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- openpyxl
1717
- pytables
1818
- python-dateutil
19-
- python=3.7*
19+
- python=3.7.*
2020
- pytz
2121
- s3fs
2222
- scipy

ci/deps/azure-37-numpydev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pandas-dev
22
channels:
33
- defaults
44
dependencies:
5-
- python=3.7*
5+
- python=3.7.*
66
- pytz
77
- Cython>=0.28.2
88
# universal

ci/deps/azure-macos-35.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ dependencies:
88
- html5lib
99
- jinja2
1010
- lxml
11-
- matplotlib=2.2.0
11+
- matplotlib=2.2.3
1212
- nomkl
1313
- numexpr
14-
- numpy=1.12.0
14+
- numpy=1.13.3
1515
- openpyxl
1616
- pyarrow
1717
- pytables
18-
- python=3.5*
18+
- python=3.5.*
1919
- pytz
2020
- xarray
2121
- xlrd

ci/deps/azure-windows-36.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ dependencies:
77
- bottleneck
88
- boost-cpp<1.67
99
- fastparquet>=0.2.1
10-
- matplotlib
10+
- matplotlib=3.0.2
1111
- numexpr
12-
- numpy=1.14*
12+
- numpy=1.15.*
1313
- openpyxl
1414
- parquet-cpp
1515
- pyarrow

0 commit comments

Comments
 (0)