From ab4abe25eb65abfb8932541c73e26502f392872d Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Wed, 6 Nov 2024 16:19:41 -0800 Subject: [PATCH] fix pip error with old pyuvdata --- ci/min_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/min_versions.yaml b/ci/min_versions.yaml index 7b6c7ef47..044d5cb16 100644 --- a/ci/min_versions.yaml +++ b/ci/min_versions.yaml @@ -10,7 +10,7 @@ dependencies: - matplotlib==3.6.* - numpy==1.19.* - pandas==1.4.0 - - pip + - pip<24.1 # this pin can be removed once we require pyuvdata>=3.0 - psutil==5.9.0 - psycopg2==2.9 - pytest==6.2.0