The current version of Pandas is pinned to 1.1.3, which is quite outdated. This is causing version conflicts when trying to install and use other packages, such as SHAP>=0.46, which are not included in the container by default.
Is it possible to either unpin the Pandas version or at least update it to a more recent version to resolve these conflicts?
The current version of Pandas is pinned to 1.1.3, which is quite outdated. This is causing version conflicts when trying to install and use other packages, such as SHAP>=0.46, which are not included in the container by default.
Is it possible to either unpin the Pandas version or at least update it to a more recent version to resolve these conflicts?