Closed fbeghini closed 4 years ago
Thanks, @fbeghini, this is great! Would you mind adding a brief note into the ChangeLog?
The build is failing at the moment -- unsure why Travis is not automatically highlighting that in the PR and am attempting to diagnose that. The failure appears to be unrelated to changes in this PR.
Yes, the changelog is now updated!
Is there any way to help close this? It would be great to have this functionality.
Ya, sorry, this fell off my radar -- thanks for the ping
biom-format
now requires thatnumpy
andcython
should be present in the build environment prior the builing. By implementing the PEP518, https://github.com/biocore/biom-format/blob/fd84172794d14a741a5764234d7a28416b9dba08/setup.py#L18-L21 and https://github.com/biocore/biom-format/blob/fd84172794d14a741a5764234d7a28416b9dba08/setup.py#L24-L27 are not longer required.Also, this PR resolves the issue of having
biom-format
ininstall_requires
installed beforecython
, which leads to a failure