[ ] Anaconda Distribution (formerly Anaconda Individual Edition)
[X] Miniconda
[ ] Anaconda.org
What happened?
When I conda install python=3.12 from python3.11.5, conda shows many packages will be DOWNGRADED. But IMO, take "boltons 23.0.0-py311h06a4308_0 --> 23.0.0-py312h06a4308_0" for example, it should be called "UPGRADED". Because "23.0.0-py312h06a4308_0" is obviously larger than "23.0.0-py311h06a4308_0".
Checklist
Impacted product
What happened?
When I
conda install python=3.12
from python3.11.5, conda shows many packages will be DOWNGRADED. But IMO, take "boltons 23.0.0-py311h06a4308_0 --> 23.0.0-py312h06a4308_0" for example, it should be called "UPGRADED". Because "23.0.0-py312h06a4308_0" is obviously larger than "23.0.0-py311h06a4308_0".Expected behavior or outcome
Conda info
Conda config
No response
Conda list
No response
Additional information
No response