I installed anaconda in my Mac and it shows pandas version as 1.0.5. (using conda list
)
I want to upgrade my pandas version. How can I do it using conda commands?
I tried conda update pandas
but it shows me this
conda update pandas
Collecting package metadata (current_repodata.json): done
Solving environment: |
Updating pandas is constricted by
anaconda -> requires pandas==1.0.5=py38h959d312_0
If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
done
# All requested packages already installed.