Skip to content

Commit 2aac2cb

Browse files
committed
Set to normal
1 parent 3da6de6 commit 2aac2cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ggd/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ def get_required_conda_version():
141141
elif "conda>=" in str(line.decode()):
142142
conda_version = str(line.decode()).strip().split(">=")[1]
143143
equals = ">="
144-
#return conda_version, equals
145-
return "4.8.2,<=4.9.0", equals
144+
return conda_version, equals
146145

147146

148147
def check_output(args, **kwargs):

0 commit comments

Comments
 (0)