[BUG] typing_extensions
needs a pin for >= 4.0.0
for pip packages
#13616
Labels
bug
Something isn't working
Describe the bug
The Databricks runtime environments have a bunch of preinstalled pip packages including a pretty old version (3.10.x) of the typing-extensions package that predates the addition of Self (4.0.0+).
It appears that the cudf pip package doesn't constrain the version
typing_extensions
. A constraint of say >= 4.0.0 should be added.Steps/Code to reproduce bug
Expected behavior
cuDF can be used within Databricks through pip.
Environment overview (please complete the following information)
Environment details
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: