From 4e5d68bbfc17ffba1c858fdc45dca45e0be6fa22 Mon Sep 17 00:00:00 2001 From: nialov Date: Tue, 8 Oct 2024 10:44:14 +0300 Subject: [PATCH 1/2] build(environment): remove defaults channel --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 29c598e0..ac852f80 100755 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ name: eis_toolkit channels: - conda-forge - - defaults dependencies: - python >=3.9.15,<3.11 - rasterio >=1.2.10,<2.0.0 From d486d7c4c4941f4f20d4dd45456f45785da67196 Mon Sep 17 00:00:00 2001 From: nialov Date: Tue, 8 Oct 2024 11:03:52 +0300 Subject: [PATCH 2/2] docs(readme): remove reference to defaults --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eccf7db8..e5fd67c6 100755 --- a/README.md +++ b/README.md @@ -48,10 +48,6 @@ pip install eis_toolkit ```console conda install -c conda-forge eis_toolkit -# On Windows, tensorflow must be installed from the anaconda channel -# Consequently, channel priority must be flexible, which can be explicitly -# done using --no-channel-priority -conda install -c conda-forge eis_toolkit --no-channel-priority ``` A Python wheel can be downloaded also from the [releases page](https://github.com/GispoCoding/eis_toolkit/releases) of this GitHub repository.