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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The most recent version (2.1) supports both 2.x and 3.x.
Pandas works for me using version 2.1:
(VENV)[~/ng] $ nosetests pandas ... ... ---------------------------------------------------------------------- Ran 2228 tests in 112.553s OK (SKIP=45) (VENV)[~/ng] $ python -c "import dateutil; print dateutil.__version__" 2.1
I suggest change setup.py.
The text was updated successfully, but these errors were encountered:
Yes-- will do so, thanks
Sorry, something went wrong.
bdf58cc
No branches or pull requests
The most recent version (2.1) supports both 2.x and 3.x.
Pandas works for me using version 2.1:
I suggest change setup.py.
The text was updated successfully, but these errors were encountered: