From 92c48b01eefd6c79b9d9183948935abef5dbf80e Mon Sep 17 00:00:00 2001 From: grouazel Date: Thu, 28 Nov 2024 14:53:11 +0100 Subject: [PATCH] remove pin on python environment.yaml --- ci/requirements/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements/environment.yaml b/ci/requirements/environment.yaml index 546c150..e60a6df 100644 --- a/ci/requirements/environment.yaml +++ b/ci/requirements/environment.yaml @@ -2,7 +2,7 @@ name: xarray-safe-s1-tests channels: - conda-forge dependencies: - - python=3.10 + - python # development - ipython - pre-commit