Skip to content
Snippets Groups Projects
Commit b9552e6b authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

Fix inline comment style

This file, like most files in gwcelery, uses the PEP 8 style
for inline comments (https://peps.python.org/pep-0008/#inline-comments).
parent b60f289b
No related branches found
No related tags found
1 merge request!1159Fix inline comment style
......@@ -83,15 +83,15 @@ ligo-segments = "*"
lscsoft-glue = "*"
lxml = "*"
matplotlib = "<3.7" # Matplotlib changed an axes behaviour which breaks some of our plotting scripts. When gwpy has a new release, we can unpin this.
numba = ">=0.56" # Poetry update chooses an old version of numba and its deps that break the python3.9 and 3.10 build tests if this is not specified; dependence on numba comes from rift. Version chosen because it adds python 3.10 support. This requirement can be dropped here if RIFT adds it https://git.ligo.org/rapidpe-rift/rift/-/issues/24
numba = ">=0.56" # Poetry update chooses an old version of numba and its deps that break the python3.9 and 3.10 build tests if this is not specified; dependence on numba comes from rift. Version chosen because it adds python 3.10 support. This requirement can be dropped here if RIFT adds it https://git.ligo.org/rapidpe-rift/rift/-/issues/24
numpy = "*"
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.6" # https://git.ligo.org/computing/sccb/-/issues/1154
rapidpe-rift-pipe = ">=0.0.12" # https://git.ligo.org/computing/sccb/-/issues/1155
redis = "!=4.5.2,!=4.5.3" # https://git.ligo.org/emfollow/gwcelery/-/issues/556
rapid-pe = ">=0.0.6" # https://git.ligo.org/computing/sccb/-/issues/1154
rapidpe-rift-pipe = ">=0.0.12" # https://git.ligo.org/computing/sccb/-/issues/1155
redis = "!=4.5.2,!=4.5.3" # https://git.ligo.org/emfollow/gwcelery/-/issues/556
RIFT = ">=0.0.15.7"
scipy = "<1.10" # https://github.com/astropy/astropy/issues/14230
safe-netrc = "*"
......
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