Skip to content

Commit b3757d8

Browse files
committed
require pytz >= 2016.1
1 parent cedbc06 commit b3757d8

8 files changed

+9
-7
lines changed

ci/requirements-2.7.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python=2.7*
22
python-dateutil=2.5.0
3-
pytz=2013b
3+
pytz=2016.1
44
nomkl
55
numpy
66
cython=0.23

ci/requirements-2.7.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-dateutil=2.5.0
2-
pytz=2013b
2+
pytz=2016.1
33
numpy
44
xlwt=0.7.5
55
numexpr

ci/requirements-2.7_COMPAT.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ python=2.7*
22
numpy=1.9.2
33
cython=0.23
44
python-dateutil=2.5.0
5-
pytz=2013b
5+
pytz=2016.1

ci/requirements-2.7_COMPAT.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy=1.9.2
22
python-dateutil=2.5.0
3-
pytz=2013b
3+
pytz=2016.1
44
scipy=0.14.0
55
xlwt=0.7.5
66
xlrd=0.9.2

ci/requirements-2.7_LOCALE.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python=2.7*
22
python-dateutil
3-
pytz=2013b
3+
pytz=2016.1
44
numpy=1.9.2
55
cython=0.23

ci/requirements-2.7_LOCALE.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-dateutil
2-
pytz=2013b
2+
pytz
33
numpy=1.9.2
44
xlwt=0.7.5
55
openpyxl=2.4.0

doc/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Dependencies
201201
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`__
202202
* `NumPy <http://www.numpy.org>`__: 1.9.0 or higher
203203
* `python-dateutil <//https://dateutil.readthedocs.io/en/stable/>`__: 2.5 or higher
204-
* `pytz <http://pytz.sourceforge.net/>`__: Needed for time zone support
204+
* `pytz <http://pytz.sourceforge.net/>`__: 2016.1 or higher.
205205

206206
.. _install.recommended_dependencies:
207207

doc/source/whatsnew/v0.22.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ If installed, we now require:
6969
+=================+=================+==========+
7070
| python-dateutil | 2.5.0 | X |
7171
+-----------------+-----------------+----------+
72+
| pytz | 2016.1 | X |
73+
+-----------------+-----------------+----------+
7274
| openpyxl | 2.4.0 | |
7375
+-----------------+-----------------+----------+
7476

0 commit comments

Comments
 (0)