Skip to content
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

Add Pandas extra to our setup.py #1671

Closed
Zac-HD opened this issue Nov 13, 2018 · 0 comments · Fixed by #1672
Closed

Add Pandas extra to our setup.py #1671

Zac-HD opened this issue Nov 13, 2018 · 0 comments · Fixed by #1672
Labels
meta for wider topics than the software itself

Comments

@Zac-HD
Copy link
Member

Zac-HD commented Nov 13, 2018

Justin H reports on Stack Overflow that pip install hypothesis[pandas] fails - and he's right! Fortunately this is an easy fix; all we need to do is add 'pandas': ['pandas>=0.19'], as an entry in our setuptools extras dict. It would also be good to add a minimum version to the pytz requirement for the Django extra!

If this is your first contribution to Hypothesis, don't forget to add your name to the list of authors in CONTRIBUTING.rst and to write a RELEASE.rst file for a patch release! You can read the ./guides in the repo, or just copy a recent pull request 😄

@Zac-HD Zac-HD added meta for wider topics than the software itself good first issue labels Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta for wider topics than the software itself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant