Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,9 @@ def get_portability_package_data():
# https://github.com/apache/beam/issues/31285
# 'xgboost<2.0', # https://github.com/apache/beam/issues/31252
] + ml_base,
'p310_ml_test': [
'datatable',
] + ml_base,
'p312_ml_test': [
'datatable',
] + ml_base,
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ deps =
accelerate>=1.6.0
onnx<1.19.0
setenv =
extras = test,gcp,dataframe,ml_test
extras = test,gcp,dataframe,p310_ml_test
commands =
# Log tensorflow version for debugging
/bin/sh -c "pip freeze | grep -E tensorflow"
Expand Down
Loading