We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b2eaa4 + 36b68a0 commit f4bd142Copy full SHA for f4bd142
setup.py
@@ -43,7 +43,7 @@
43
setuptools_kwargs = {'use_2to3': True,
44
'zip_safe': False,
45
'install_requires': ['python-dateutil >= 2',
46
- 'pytz',
+ 'pytz >= 2011k',
47
'numpy >= %s' % min_numpy_ver],
48
'setup_requires': ['numpy >= %s' % min_numpy_ver],
49
'use_2to3_exclude_fixers': ['lib2to3.fixes.fix_next',
@@ -57,7 +57,7 @@
57
min_numpy_ver = '1.6.1'
58
setuptools_kwargs = {
59
'install_requires': ['python-dateutil',
60
61
62
63
0 commit comments