anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
216 stars 88 forks source link

Remove documentation referring to Anaconda Cloud #404

Open bkentropy opened 1 month ago

bkentropy commented 1 month ago

Remove documentation referring to Anaconda Cloud (anaconda.org) because it will no longer supported. I'd like to remove the code too. But there's two good reasons not to quite yet.

  1. We have some further dispensing of information alerting users that anaconda-project will no longer be able to upload or download to anaconda.org.
  2. The tests and deployment in the repo needs some love. The package can't build in CI, and locally I had to pin versions of python and anaconda-client to get tests to pass. Hopefully we can address this soon.