[BUG]: pyarrow-hotfix
is still required even though pyarrow>=14.01
#1691
Labels
bug
Something isn't working
Version
24.03
Which installation method(s) does this occur on?
Docker, Conda, Source, Kubernetes
Describe the bug.
After upgrading to cuDF 24.02 in PR #1468, the dependency on
pyarrow_hotfix
was removed fromdependencies.yaml
andmeta.yaml
but__init__.py
still callsimport pyarrow_hotfix
. This causes the runtime container as well as the conda build to fail.Minimum reproducible example
Run the following: ./docker/build_conda_packages.sh morpheus And you will see the following in the log:
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: