From 75fbda11e78e2a2decca66d6ecb00d0d8bd42098 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Tue, 29 Oct 2024 12:21:48 +0200 Subject: [PATCH] Support python-casacore 3.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a4c41a0..0e462690 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "jax": ["jax >= 0.2.11", "jaxlib >= 0.1.65"], "scipy": ["scipy >= 1.4.0"], "astropy": ["astropy >= 4.0"], - "python-casacore": ["python-casacore >= 3.4.0, != 3.5.0"], + "python-casacore": ["python-casacore >= 3.6.1"], "ducc0": ["ducc0 >= 0.9.0"], "testing": ["pytest", "flaky"], }