Skip to content
Snippets Groups Projects
Commit 6773f08b authored by Soichiro Morisaki's avatar Soichiro Morisaki Committed by Deep Chatterjee
Browse files

Update rapidpe-rift-pipe to 0.0.6

parent 1d9c3d0e
No related branches found
No related tags found
1 merge request!1025Update rapidpe-rift-pipe to 0.0.6
......@@ -233,7 +233,7 @@ release:
curl -sSL https://install.python-poetry.org | python3 -
# FIXME: It would be simpler to use `poetry install`, but it tries to
# uninstall system site-packages even if they are not writable.
pip install --no-deps -r <(poetry export --with dev --without-hashes) # FIXME remove when rapidpe-rift-pipe release is done
pip install --no-deps -r <(poetry export --with dev)
pip install --no-deps .
# FIXME: remove pip uninstall temporary directories left behind due to
......
This diff is collapsed.
......@@ -86,9 +86,9 @@ p-astro = ">=1.0.1" # https://git.ligo.org/lscsoft/p-astro/-/merge_requests/40
pesummary = "*"
pygcn = ">=1.0.1"
python-ligo-lw = "^1.8.3"
rapid-pe = "0.0.2"
rapidpe-rift-pipe = "0.0.6.dev20221113"
RIFT = "0.0.15.7"
rapid-pe = ">=0.0.2"
rapidpe-rift-pipe = ">=0.0.6"
RIFT = ">=0.0.15.7"
safe-netrc = "*"
sentry-sdk = {version = "*", extras = ["flask", "tornado"]}
service-identity = "*" # We don't actually use this package, but it silences some annoying warnings from twistd.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment