gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
314 stars 348 forks source link

Revert temporary dependence on PyPMC fork #4874

Closed titodalcanton closed 3 weeks ago

titodalcanton commented 3 weeks ago

This reverts a temporary measure added in #4863 due to CI tests failing because of PyPMC. With #4863 we started depending on a custom branch of PyPMC to work around an error, and I think the underlying issue has now been addressed in PyPMC.

Fixes #4861.