Skip to content

Update dependency lists #2406

New issue

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

Closed
wesm opened this issue Dec 3, 2012 · 5 comments
Closed

Update dependency lists #2406

wesm opened this issue Dec 3, 2012 · 5 comments
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Dec 3, 2012

Notably, newer openpyxl and newer Cython required to build pandas from source and for all tests to pass

Both README.rst and the docs

@jreback
Copy link
Contributor

jreback commented Dec 3, 2012

also...matplotlib is now required to run the tests (was not as of 0.9.1)..

@wesm
Copy link
Member Author

wesm commented Dec 3, 2012

That's an oversight, should skip mpl-depending tests.

@wesm wesm closed this as completed in eb64630 Dec 7, 2012
@wesm
Copy link
Member Author

wesm commented Dec 7, 2012

@jreback which tests require matplotlib (that don't Skip)?

@jreback
Copy link
Contributor

jreback commented Dec 7, 2012

hmmm....must be mind-playing tricks w.r.t. matplotlib....all tests good except:

ERROR: test_decompression (pandas.io.tests.test_parsers.TestCParserLowMemory)

Traceback (most recent call last):
File "/mnt/home/jreback/pandas/pandas/io/tests/test_parsers.py", line 1768, in test_decompression
import gzip, bz2
ImportError: No module named bz2

(I didnt' have the bz2 libraries installed when i built python) - on linux2...

@wesm
Copy link
Member Author

wesm commented Dec 13, 2012

I skip the gzip/bz2-depending tests now if there is a conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants