Metadata-Version: 2.4
Name: bilbyflow
Version: 1.1.0
Summary: A fast and efficient package built with Bilby design principles for gravitational wave neural posterior estimation
Author-email: Liam Pinchbeck <lcpinchbeck@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/LiamCPinchbeck/BilbyFlow
Project-URL: Issues, https://github.com/LiamCPinchbeck/BilbyFlow/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: scipy>=1.10
Requires-Dist: torch>=2.0
Requires-Dist: torchvision>=0.15
Requires-Dist: sbi>=0.22
Requires-Dist: zuko>=1.0
Requires-Dist: bilby>=2.1
Requires-Dist: matplotlib>=3.7
Requires-Dist: corner>=2.2
Requires-Dist: arviz>=0.15
Requires-Dist: pyyaml>=6.0
Requires-Dist: tqdm
Requires-Dist: gwosc
Requires-Dist: gwpy
Requires-Dist: lalsuite
Provides-Extra: pesummary
Requires-Dist: pesummary>=0.13; extra == "pesummary"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"
Requires-Dist: zuko>=1.0; extra == "test"
Provides-Extra: download
Requires-Dist: gwpy>=3.0; extra == "download"
Requires-Dist: gwosc>=0.7; extra == "download"
Dynamic: license-file

# BilbyFlow
A fast and efficient package built with Bilby design principles. Detailed documentation can be found at https://bilbyflow.readthedocs.io/en/latest/. 



## Developer Notes

When pushing to the main branch a test suite should now run. 

If you are simply updating documentation then add `[skip ci]` to your commit message somewhere, and it will 
not do the full test suite. Should only take a minute on CPU (literally, ~62s) but still wouldn't be great 
if there's a large number of requests at once.

