abatten / fruitbat

A fast radio burst (FRB) redshift estimation package written in Python.
https://fruitbat.readthedocs.io
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Update v1.0.1 #25

Closed abatten closed 5 years ago

abatten commented 5 years ago

pyymw16 was having issues if pybind11 isn't already installed. It would give the user the error Failed building wheel for pyymw16. Although pyymw16 (and indeed fruitbat too) would correctly install it give the user the illusion that it failed. To account for this, I'm adding adding pybind11 as a fruitbat requirement until the issue is fixed in pyymw16.

abatten commented 5 years ago

This pull request might not actually solve the issue. Holding off on this until later.

abatten commented 5 years ago

The package pyymw16 has been updates to version 2.0.5 to hopefully resolve this issue. Now fruitbat should use 2.0.5 as a minimum.

abatten commented 5 years ago

The tests seemed to have failed due to 2.0.5 not being available on pip yet. Will test this again later.