We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea473d2 commit 78b22bcCopy full SHA for 78b22bc
2 files changed
sdks/python/setup.py
@@ -550,6 +550,9 @@ def get_portability_package_data():
550
# https://github.com/apache/beam/issues/31285
551
# 'xgboost<2.0', # https://github.com/apache/beam/issues/31252
552
] + ml_base,
553
+ 'p310_ml_test': [
554
+ 'datatable',
555
+ ] + ml_base,
556
'p312_ml_test': [
557
'datatable',
558
sdks/python/tox.ini
@@ -110,7 +110,7 @@ deps =
110
accelerate>=1.6.0
111
onnx<1.19.0
112
setenv =
113
-extras = test,gcp,dataframe,ml_test
+extras = test,gcp,dataframe,p310_ml_test
114
commands =
115
# Log tensorflow version for debugging
116
/bin/sh -c "pip freeze | grep -E tensorflow"
0 commit comments