Metadata-Version: 2.1
Name: gwpopulation_pipe
Version: 0.4.0rc2
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: astropy
Requires-Dist: dynesty >=2.0.0
Requires-Dist: bilby >=2.0.0
Requires-Dist: bilby-pipe
Requires-Dist: gwpopulation >=1.0.0rc1
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: htcondor
Provides-Extra: pages
Requires-Dist: ipykernel ; extra == 'pages'
Requires-Dist: ipython ; extra == 'pages'
Requires-Dist: jupyter ; extra == 'pages'
Requires-Dist: sphinx-argparse ; extra == 'pages'

`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
```
