nextstrain / conda-base

Conda package build for nextstrain-base
https://anaconda.org/Nextstrain/nextstrain-base
1 stars 1 forks source link

devel/setup: install anaconda-client from conda-forge #22

Closed joverlee521 closed 1 year ago

joverlee521 commented 1 year ago

Description of proposed changes

Instead of installing anaconda-client separately from the default channel, install with other packages from conda-forge.

Previous we were installing from default because the version on conda-forge was really old. Since then, the latest version of anaconda-client has been uploaded to conda-forge.

The version on conda-forge is not limited to Python <= 3.10, so we will not run into issues with Python 3.11.

Related issue(s)

An alternative to #20

Testing

corneliusroemer commented 1 year ago

Oh excellent! The checks pass by the way. I guess we can merge and move on :)

The only risk is that anaconda-client becomes outdated again in the future, but then we can just go back to the dual installation - reverting this PR.