From 45d6c7ecb9957aa6fd9ad294d3eec5169e947c36 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 15 Jul 2024 12:35:15 +0100 Subject: [PATCH] Revert "use install from PyPI for baemap" This reverts commit 99a5a5b8d540ea0079a328748e520a6476ff258c. --- environment.yml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/environment.yml b/environment.yml index 7518e3f..6125813 100644 --- a/environment.yml +++ b/environment.yml @@ -5,13 +5,13 @@ channels: - nodefaults dependencies: - # - basemap >=1.3.6 # see pip install at the bottom + - basemap >=1.3.6 - cartopy - jsondiff - matplotlib - nctoolkit >=0.8.7 # use linux64 build - netcdf4 - - numpy >=2.0.0 # >1.24.3 # for testing with numpy2 + - numpy >=2.0.0 # >1.24.3 - pip !=21.3 - python >=3.9 - pyyaml @@ -29,17 +29,14 @@ dependencies: - pytest-mock - pytest-xdist # Python packages - dependencies for documentation building - # - autodocsumm >=0.2.2 - # - sphinx >=5 - # - sphinx_rtd_theme + - autodocsumm >=0.2.2 + - sphinx >=5 + - sphinx_rtd_theme # Python packages needed for installing in development mode - # - codespell - # - docformatter - # - isort - # - pre-commit - # - prospector >=1.9.0 - # - yamllint - # - yapf - - pip: - - "--force-reinstall --no-binary :all: basemap" - + - codespell + - docformatter + - isort + - pre-commit + - prospector >=1.9.0 + - yamllint + - yapf