Skip to content
Snippets Groups Projects

Unpin (again) conda=4.6 - does not really work on base environment

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -422,7 +422,7 @@ if __name__ == "__main__":
with open(condarc, "wt") as f:
f.write(_BASE_CONDARC)
conda_version = "4.6"
conda_version = "4"
conda_build_version = "3.16"
conda_verify_version = "3"
Loading