update rapidpe-rift-pipe to v0.6.8
4 events in the playground failed to parse rapidpe's p_astro.json
with this error in sentry
RapidPE uses 128bit to deal with large numbers in likelihood. Since json.dumps
doesn't support 128bit, trying to save the 128bit p_astro numbers in json gives this error TypeError: Object of type longdouble is not JSON serializable
in rapidpe. Due to this rapidpe ends up saving an incomplete pastro file resulting in the sentry error linked above.
rapidpe-rift-pipe==0.6.8
fixes this by converting 128but to 64bit just before saving as json.