Skip to content

Commit 3e4e4b3

Browse files
authored
DEPS: require updated python-dateutil, openpyxl (#18182)
1 parent 73ed6de commit 3e4e4b3

19 files changed

+59
-498
lines changed

ci/environment-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies:
66
- Cython
77
- NumPy
88
- moto
9-
- pytest
10-
- python-dateutil
9+
- pytest>=3.1
10+
- python-dateutil>=2.5.0
1111
- python=3
1212
- pytz
1313
- setuptools

ci/requirements-2.7.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python=2.7*
2-
python-dateutil=2.4.1
2+
python-dateutil=2.5.0
33
pytz=2013b
44
nomkl
55
numpy

ci/requirements-2.7.run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
python-dateutil=2.4.1
1+
python-dateutil=2.5.0
22
pytz=2013b
33
numpy
44
xlwt=0.7.5
55
numexpr
66
pytables
77
matplotlib
8-
openpyxl=1.6.2
8+
openpyxl=2.4.0
99
xlrd=0.9.2
1010
sqlalchemy=0.9.6
1111
lxml

ci/requirements-2.7_COMPAT.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python=2.7*
22
numpy=1.9.2
33
cython=0.23
4-
dateutil=1.5
4+
python-dateutil=2.5.0
55
pytz=2013b

ci/requirements-2.7_COMPAT.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy=1.9.2
2-
dateutil=1.5
2+
python-dateutil=2.5.0
33
pytz=2013b
44
scipy=0.14.0
55
xlwt=0.7.5

ci/requirements-2.7_LOCALE.run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
python-dateutil
2-
pytz=2013b
2+
pytz
33
numpy=1.9.2
44
xlwt=0.7.5
5-
openpyxl=1.6.2
5+
openpyxl=2.4.0
66
xlsxwriter=0.5.2
77
xlrd=0.9.2
88
bottleneck=1.0.0

ci/requirements-optional-pip.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# This file was autogenerated by scripts/convert_deps.py
2-
# Do not modify directlybeautifulsoup4
2+
# Do not modify directly
3+
beautifulsoup4
34
blosc
45
bottleneck
56
fastparquet
67
feather-format
78
html5lib
89
ipython
10+
ipykernel
911
jinja2
1012
lxml
1113
matplotlib

ci/requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Cython
44
NumPy
55
moto
6-
pytest
7-
python-dateutil
6+
pytest>=3.1
7+
python-dateutil>=2.5.0
88
pytz
99
setuptools
1010
sphinx

conda.recipe/meta.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ requirements:
1616
- cython
1717
- numpy x.x
1818
- setuptools
19-
- pytz
20-
- python-dateutil
2119

2220
run:
2321
- python
2422
- numpy x.x
25-
- python-dateutil
23+
- python-dateutil >=2.5.0
2624
- pytz
2725

2826
test:

doc/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Dependencies
200200

201201
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`__
202202
* `NumPy <http://www.numpy.org>`__: 1.9.0 or higher
203-
* `python-dateutil <http://labix.org/python-dateutil>`__: 1.5 or higher
204-
* `pytz <http://pytz.sourceforge.net/>`__: Needed for time zone support
203+
* `python-dateutil <//https://dateutil.readthedocs.io/en/stable/>`__: 2.5.0 or higher
204+
* `pytz <http://pytz.sourceforge.net/>`__
205205

206206
.. _install.recommended_dependencies:
207207

@@ -244,8 +244,8 @@ Optional Dependencies
244244
* For Excel I/O:
245245

246246
* `xlrd/xlwt <http://www.python-excel.org/>`__: Excel reading (xlrd) and writing (xlwt)
247-
* `openpyxl <http://packages.python.org/openpyxl/>`__: openpyxl version 1.6.1
248-
or higher (but lower than 2.0.0), or version 2.2 or higher, for writing .xlsx files (xlrd >= 0.9.0)
247+
* `openpyxl <http://https://openpyxl.readthedocs.io/en/default/>`__: openpyxl version 2.4.0
248+
for writing .xlsx files (xlrd >= 0.9.0)
249249
* `XlsxWriter <https://pypi.python.org/pypi/XlsxWriter>`__: Alternative Excel writer
250250

251251
* `Jinja2 <http://jinja.pocoo.org/>`__: Template engine for conditional HTML formatting.

0 commit comments

Comments
 (0)