Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
# limitations under the License.
#

dill
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting - I see that this does indeed cause the correct test set to run, and avoids

raise unittest.SkipTest('tensorflow_transform is not installed.')

Do you know which import in that block requires dill?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tensorflow-transform actually requires dill (but doesnt specify in its setup.py). It was always transitively included via apache-beam. See tensorflow/transform#345

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, thanks - missed that this was the same issue

tfx_bsl
tensorflow-transform
Loading