Skip to content

Commit

Permalink
Revert "[data] Fix pandas import failures by moving it to a top-level…
Browse files Browse the repository at this point in the history
… data import (#32447)" (#32533)

This reverts commit bc01288.
  • Loading branch information
cadedaniel authored Feb 14, 2023
1 parent 9dcb369 commit b12c0d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/ray/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Short term workaround for https://github.com/ray-project/ray/issues/32435
# Datasets currently has a hard dependency on pandas, so it doesn't need to be delayed.
import pandas # noqa

from ray.data._internal.compute import ActorPoolStrategy
from ray.data._internal.progress_bar import set_progress_bars
from ray.data.dataset import Dataset
Expand Down

0 comments on commit b12c0d1

Please sign in to comment.