UDST / orca

Python library for task orchestration
https://udst.github.io/orca/
BSD 3-Clause "New" or "Revised" License
53 stars 21 forks source link

Pip installation fix #40

Closed smmaurer closed 5 years ago

smmaurer commented 5 years ago

This PR fixes a problem with Pip installation. No changes to substantive code.

Discussion

PyTables 3.5 currently crashes during Pip installation, on all platforms. For now, I'm specifying '<=3.4.4' in Orca's installation requirements.

Versioning

This PR iterates the Orca version number to 1.5.2.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.599% when pulling 97a18f01d844d7d20c44e03a5247383c08282960 on pytables-installation-fix into 07b34aeef13cc87c966b2e30cbe7e76cc9d3622c on master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.599% when pulling 97a18f01d844d7d20c44e03a5247383c08282960 on pytables-installation-fix into 07b34aeef13cc87c966b2e30cbe7e76cc9d3622c on master.

smmaurer commented 5 years ago

I'm going to close this PR without merging it, and remove Orca 1.5.2 from pypi.

There's another update to PyTables (3.5.1) that finally fixes all the problems we've been having, i think by providing properly compiled wheels for more platform combinations:

Yay! :tada: