Metadata-Version: 2.2
Name: gwpopulation_pipe
Version: 0.4.2
Summary: A pipeline population inference
Home-page: https://git.ligo.org/RatesAndPopulations/gwpopulation_pipe
Author: Colm Talbot
Author-email: colm.talbot@ligo.org
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: dynesty>=2.0.0
Requires-Dist: bilby>=2.3.0
Requires-Dist: bilby_pipe
Requires-Dist: gwpopulation>=1.1.0
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: htcondor
Requires-Dist: popsummary
Requires-Dist: wcosmo
Provides-Extra: pages
Requires-Dist: ipykernel; extra == "pages"
Requires-Dist: ipython; extra == "pages"
Requires-Dist: jupyter; extra == "pages"
Requires-Dist: sphinx-argparse; extra == "pages"
Provides-Extra: test
Requires-Dist: unxt; extra == "test"
Requires-Dist: jax>=0.4.32; extra == "test"

`gwpopulation_pipe` provides a simple way to perform population analyses.

More information can be found in the [online documentation](https://docs.ligo.org/RatesAndPopulations/gwpopulation_pipe).

### Installation

`gwpopulation_pipe` is available via pypi

```console
$ pip install gwpopulation_pipe
```

If you want to use the gpu acceleration the easiest way is to

```console
$ conda install cupy
```
