Skip to content

Commit

Permalink
Unpin urllib3, pin anaconda-client>=1.12.0
Browse files Browse the repository at this point in the history
This is a follow-up to bc2dbd5 now that
the latest version of anaconda-client supports latest urllib3 ¹.

¹ https://github.com/Anaconda-Platform/anaconda-client/blob/2a3ce88c8c37a2ea4276a0135e707e51e1015b66/CHANGELOG.md#1120---2023-07-18
  • Loading branch information
victorlin authored and tsibley committed Oct 30, 2023
1 parent 0092eab commit 6a20ba6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions devel/setup
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove() {

create() {
local -a pkgs=(
anaconda-client
"anaconda-client>=1.12.0"
boa

# for manipulating recipe.yaml with jq
Expand All @@ -37,9 +37,6 @@ create() {
curl
wget

# Temporary pin until anaconda-client fixes dependency upstream
"urllib3<2"

# Temporary pin until boa fixes dependency upstream
# <https://github.com/mamba-org/boa/issues/376>
"ruamel.yaml<0.18.0"
Expand Down

0 comments on commit 6a20ba6

Please sign in to comment.