brentp / fishers_exact_test

Fishers Exact Test for Python (Cython)
BSD 3-Clause "New" or "Revised" License
62 stars 21 forks source link

Improving setup.py to fix pip installation #19

Closed fabio-t closed 6 years ago

fabio-t commented 7 years ago

Right now, to install this package one has to install numpy before. That's because of import numpy as np which is called even for a command such as egg_info, which pip uses to find dependencies.

This PR accomplishes two things:

fabio-t commented 7 years ago

It should also fix this issue, by the way: https://github.com/brentp/fishers_exact_test/issues/17

fabio-t commented 6 years ago

@brentp just a gentle nudge :) have you had the time to look at this?

brentp commented 6 years ago

sorry. I completely missed this. Thanks.

fabio-t commented 6 years ago

@brentp thanks!