From 998bd7e91f9980f19f820b9b675af224c26e33aa Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Tue, 8 Oct 2024 13:31:58 +0100 Subject: [PATCH] repin flake8 and reintroduce ncl --- environment.yml | 4 ++-- environment_osx.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 555c1357ca..c0feb2da9d 100644 --- a/environment.yml +++ b/environment.yml @@ -73,7 +73,7 @@ dependencies: - xlsxwriter - zarr # Python packages needed for unit testing - - flake8 >=7 # inline with esmvalcore==2.11 + - flake8 >=6 # >=7 inline with esmvalcore==2.11 but current prospector:flake8<7 - pytest >=3.9,!=6.0.0rc1,!=6.0.0 - pytest-cov - pytest-env @@ -99,7 +99,7 @@ dependencies: - yapf ==0.32.0 # NCL and dependencies - # - ncl >=6.6.2 + - ncl >=6.6.2 - cdo - imagemagick - nco diff --git a/environment_osx.yml b/environment_osx.yml index 9f7f06ec39..9da9241fa4 100644 --- a/environment_osx.yml +++ b/environment_osx.yml @@ -72,7 +72,7 @@ dependencies: - xlsxwriter - zarr # Python packages needed for unit testing - - flake8 >=7 # inline with esmvalcore==2.11 + - flake8 >=6 # >=7 inline with esmvalcore==2.11 but current prospector:flake8<7 - pytest >=3.9,!=6.0.0rc1,!=6.0.0 - pytest-cov - pytest-env