We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad33f4e commit bdf58ccCopy full SHA for bdf58cc
RELEASE.rst
@@ -101,6 +101,7 @@ pandas 0.8.2
101
- Fix numerical issue leading to square root of negative number in
102
rolling_std (#1840)
103
- Let Series.str.split accept no arguments (like str.split) (#1859)
104
+ - Allow user to have dateutil 2.1 installed on a Python 2 system (#1851)
105
106
pandas 0.8.1
107
============
setup.py
@@ -50,7 +50,7 @@
50
51
else:
52
setuptools_kwargs = {
53
- 'install_requires': ['python-dateutil < 2',
+ 'install_requires': ['python-dateutil',
54
'pytz',
55
'numpy >= 1.6'],
56
'zip_safe' : False,
0 commit comments