biocore / biom-format

The Biological Observation Matrix (BIOM) Format Project
http://biom-format.org
Other
89 stars 95 forks source link

chore: remove cython from requirements #906

Closed Midnighter closed 1 year ago

Midnighter commented 1 year ago

I didn't see instructions regarding whether the PR should be merged into master or develop.

Fix #898

Remove Cython from the package requirements since it's only needed at installation time and already listed in pyproject.toml build requirements.

I didn't make any other changes here but I did notice that the whole package installation/building configuration uses outdated mechanisms. You may consider making further changes:

wasade commented 1 year ago

Thanks, @Midnighter! And thank you for the additional notes on items that we can be improved! I usually only get brief windows of time for maintenance once or twice a year, and I've preferentially focused on bugs / functionality / performance. That said, I would like to spend a cycle at some point on project-level maintenance.

Midnighter commented 1 year ago

That's... not very often 😅

wasade commented 1 year ago

Ya :) but the items you raise are important and I would like to make sure we keep forward progress (even if slow) rather than stalling out.