brentp / fishers_exact_test

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

Fix pip install #24

Closed shouldsee closed 5 years ago

shouldsee commented 5 years ago

use setuptools.setup(setup_requires=[”numpy“]) to specify build-time dependency.

Feel free to test this without disutils.

brentp commented 5 years ago

this looks fine to me. can someone else (@tanghaibao ?) take a look? @shouldsee please remove the code rather than commenting it out.

tanghaibao commented 5 years ago

Just some minor stylistic suggestion, but otherwise good to go. Thanks -

brentp commented 5 years ago

thanks @shouldsee and Haibao