Skip to content

Commit

Permalink
Avoid Click 8.1.4 due to typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 12, 2023
1 parent b987a7d commit 099afa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions environments/main/conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version: 1
metadata:
content_hash:
linux-64: 71a7ea52b5937a81fdfc011b848ffc500aad75c949b547219cb7f7043733c0aa
linux-64: bde33209900a9e90365ec95c92a4e08d8beedebaebc51b0a80a5b18cfd84e989
channels:
- url: conda-forge
used_env_vars: []
Expand Down Expand Up @@ -1822,16 +1822,16 @@ package:
category: main
optional: false
- name: click
version: 8.1.4
version: 8.1.3
manager: conda
platform: linux-64
dependencies:
__unix: ''
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.4-unix_pyh707e725_0.conda
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.3-unix_pyhd8ed1ab_2.tar.bz2
hash:
md5: fcae73fbdce7981fd500c626bb1ba6ab
sha256: 63f2b103488ba80b274f25bade66394fdd02344024fce45ab44e45861931c61d
md5: 20e4087407c7cb04a40817114b333dbf
sha256: 23676470b591b100393bb0f6c46fe10624dcbefc696a6a9f42932ed8816ef0ea
category: main
optional: false
- name: colorama
Expand Down
6 changes: 5 additions & 1 deletion environments/main/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ dependencies:
################################################################

- anytree ~=2.8.0
- click ~=8.0
# HACK: Click 8.1.4 introduces typechecking issues. Remove restriction after
# fixes are merged.
# https://github.com/pallets/click/issues/2558
# https://github.com/pallets/click/pull/2562/files
- click ~=8.0, <8.1.4
- fiona ~=1.8.13
- gdal ~=3.6.0
- humanize ~=2.6.0
Expand Down

0 comments on commit 099afa5

Please sign in to comment.