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. 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