Skip to content

Commit f4bd142

Browse files
author
y-p
committed
Merge pull request #4210 from y-p/PR_pip14
BLD: pip 1.4 is coming, preempt issues
2 parents 7b2eaa4 + 36b68a0 commit f4bd142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
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)