pygrib icon indicating copy to clipboard operation
pygrib copied to clipboard

setup.py depends on numpy, pygrib is not installable from pip requirements file

Open cpaulik opened this issue 9 years ago • 0 comments

This is a very common issue when installing several packages from a pip requirements file.

see https://github.com/scipy/scipy/pull/453

Should be solvable by using a solution like https://github.com/pydata/pandas/blob/master/setup.py#L92.

This introduces a setuptools dependency if not handled carefully.

cpaulik avatar May 19 '15 14:05 cpaulik