I have set up couple of environments with Data Science libraries like pandas, numpy, matplotlib, scikit-learn, tensorflow etc.
.
However I cannot update some packages to the latest version.
E.g.
conda update pandas
will tell me I have the latest version available however I know for sure the latest version is 1.+
(mine is 0.25
)
Is there a way to see which packages prevent a specific package from updating?