From f8e76c1faf4c2dbd46af5c58d633df187baf59fc Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Mon, 18 Nov 2024 18:04:48 +0000 Subject: [PATCH] tox: install ligo-segments and python-ligo-lw with conda these packages don't install cleanly with pypi, but the conda packages have patches --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 82a3a64bef3..644ca790d2e 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,9 @@ conda_deps = cxx-compiler gsl mysqlclient + ; these packages don't install cleanly with pip, conda has patches + ligo-segments + python-ligo-lw ; for BBHx liblapacke openblas @@ -77,6 +80,9 @@ conda_deps = cxx-compiler mysqlclient mysqlclient + ; these packages don't install cleanly with pip, conda has patches + ligo-segments + python-ligo-lw ; for BBHx liblapacke openblas