From 577a36c44e256feeaabfe02c5b2596ba7c1f9502 Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Fri, 12 Jan 2024 13:48:00 +0100 Subject: [PATCH] Force recent stingray --- setup.cfg | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eb963ff..ce784d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = numba scipy corner - git+https://github.com/stingraysoftware/stingray.git + stingray hendrics colorama netcdf4 diff --git a/tox.ini b/tox.ini index fecb832..14ac5ac 100644 --- a/tox.ini +++ b/tox.ini @@ -65,6 +65,7 @@ extras = commands = pip freeze + pip install git+https://github.com/stingraysoftware/stingray.git !cov: pytest --pyargs ell1fit {toxinidir}/docs {posargs} cov: pytest --pyargs ell1fit {toxinidir}/docs --cov ell1fit --cov-config={toxinidir}/setup.cfg {posargs} cov: coverage xml -o {toxinidir}/coverage.xml