conda-incubator / conda-tree

conda dependency tree helper
MIT License
160 stars 12 forks source link

troubleshooting constraint on updating a package #23

Closed rootsmusic closed 8 months ago

rootsmusic commented 9 months ago

I tried to update numexpr, but it says "All requested packages already installed". whoneeds doesn't list anything, but depends lists a few packages including python. How can I identify which is the constraint on updating? Thanks.

rvalieris commented 8 months ago

Hello,

to force a package to update try this: conda install 'numexpr>=X.Y'

where X.Y is the minimum version you want installed