Skip to content

Commit

Permalink
Merge pull request #434 from nialov/433-remove-defaults-conda-channel
Browse files Browse the repository at this point in the history
Remove defaults channel from environment.yml (Fixes #433)
  • Loading branch information
nmaarnio authored Oct 9, 2024
2 parents 60d44cd + d486d7c commit 8d91ef5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d91ef5

Please sign in to comment.