Installation#

$ conda install -c conda-forge gwpopulation

Supported python versions: 3.10-3.13. This will install gwpopulation and all required dependencies (e.g., bilby) if they are not already available in your system.

Additional backends#

The main power of gwpopulation is the ability to use non-numpy backends for array operations. If installing using pip (in any method), the optional requirements for specify backends can be installed by specifying, e.g.,

$ pip install gwpopulation[jax]