Add numpy to the setup.py 'install_required'#18
Add numpy to the setup.py 'install_required'#18Nagasaki45 wants to merge 1 commit intohbuschme:masterfrom
Conversation
|
Thanks for pointing this out and submitting a pull request. You are right, As the core functionality of |
|
I see... Personally, considering the fact that library will usually be used in a data analysis environment I don't see a major problem in having numpy as a dependency. Otherwise, as you said, it might be better to "loosely bundle the |
|
I agree that pulling in numpy is a heavy dependency for what is a
relatively ancillary functionality. That said, these days numpy is
easily installed with pip so it's not really that much of a big deal. We
could also rewrite agreement.py to avoid using numpy completely but
that'd be quite a lot of work with little gain.
Marcin
|
The project relies on numpy, ins't it?
import tgtfails without having numpy installed.