A package was installed through conda-forge
conda install -c conda-forge <package>
However, I don't know how to upgrade the package to the newest version, because
conda install --upgrade -c conda-forge openai
didn't work, so I typed
pip install --upgrade <package>
Somehow it worked, but does it affect the package dependency?