Skip to content
Snippets Groups Projects
Commit 232b3361 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Unpin conda (did not fix issues; and now it is not installable!

parent e1bf346a
No related branches found
No related tags found
1 merge request!81[conda] Unpin conda (did not fix issues; and now it is not installable!)
Pipeline #32308 passed
...@@ -386,7 +386,7 @@ if __name__ == '__main__': ...@@ -386,7 +386,7 @@ if __name__ == '__main__':
with open(condarc, 'wt') as f: with open(condarc, 'wt') as f:
f.write(_BASE_CONDARC) f.write(_BASE_CONDARC)
conda_version = '4.6' conda_version = '4'
conda_build_version = '3.16' conda_build_version = '3.16'
conda_verify_version = '3' conda_verify_version = '3'
......
...@@ -30,7 +30,7 @@ requirements: ...@@ -30,7 +30,7 @@ requirements:
- setuptools - setuptools
- click >=7 - click >=7
- click-plugins - click-plugins
- conda=4.6 - conda=4
- conda-build=3.16 - conda-build=3.16
- conda-verify=3 - conda-verify=3
- certifi - certifi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment