conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
14 stars 21 forks source link

[ENH] - Add a special label to the packages which are _required_ to be included by the `conda_store_config.py` #432

Open peytondmurray opened 1 month ago

peytondmurray commented 1 month ago

Feature description

When I make a new environment with numpy, and I end up with both numpy and ipykernel and a bunch of other stuff in the environment, it would be nice to know why. If I was a new user, I'd be confused why packages I never requested end up in my environment.

Value and/or benefit

More clarity for users will help adoption and reduce bug reports.

Anything else?

No response