Skip to content

Commit

Permalink
Merge pull request #43: Unpin urllib3, pin anaconda-client>=1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Oct 30, 2023
2 parents 0092eab + 6a20ba6 commit eff3f6e
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 eff3f6e

Please sign in to comment.