Skip to content

Commit d2cb109

Browse files
committed
Update to conda 4.9.0
1 parent e04bad5 commit d2cb109

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ggd/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_required_conda_version():
142142
conda_version = str(line.decode()).strip().split(">=")[1]
143143
equals = ">="
144144
#return conda_version, equals
145-
return "4.8.5", equals
145+
return "4.8.2,<=4.9.0", equals
146146

147147

148148
def check_output(args, **kwargs):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.22.*
22
pyyaml
33
gitpython
44
git
5-
conda>=4.8.2,<=4.8.5
5+
conda>=4.8.2,<=4.9.0
66
conda-build>=3.18.12,<=3.19.3
77
ripgrep
88
fuzzywuzzy

0 commit comments

Comments
 (0)