I use AWS SageMaker for ML software development. In SageMaker, there are several conda environments to choose from. I need to upgrade some packages in a conda environment that are pip installed. From my research, pip and conda are not compatible. So what is the best way to upgrade these pip-installed package?
As an example, the below image shows a conda_tensorflow_p36
environment and the keras package is pip installed. I want to upgrade the keras package to the current version. How do I do that?