Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/condarc.yml
4052 views
1
# For the environment.yml to reliably use the conda-forge packages,
2
# need to set this option. See https://github.com/conda-forge/sagelib-feedstock/issues/87
3
channel_priority: strict
4
channels:
5
- conda-forge
6
7