Skip to content

Commit 36b68a0

Browse files
author
y-p
committed
BLD: pip 1.4 is coming, preempt issues
pypa/pip#974
1 parent b96ab6b commit 36b68a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
setuptools_kwargs = {'use_2to3': True,
4444
'zip_safe': False,
4545
'install_requires': ['python-dateutil >= 2',
46-
'pytz',
46+
'pytz >= 2011k',
4747
'numpy >= %s' % min_numpy_ver],
4848
'setup_requires': ['numpy >= %s' % min_numpy_ver],
4949
'use_2to3_exclude_fixers': ['lib2to3.fixes.fix_next',
@@ -57,7 +57,7 @@
5757
min_numpy_ver = '1.6.1'
5858
setuptools_kwargs = {
5959
'install_requires': ['python-dateutil',
60-
'pytz',
60+
'pytz >= 2011k',
6161
'numpy >= %s' % min_numpy_ver],
6262
'setup_requires': ['numpy >= %s' % min_numpy_ver],
6363
'zip_safe': False,

0 commit comments

Comments
 (0)