Skip to content

Commit 602a313

Browse files
update
1 parent a3f3c9c commit 602a313

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ def get_portability_package_data():
522522
'tf2onnx',
523523
'torch',
524524
'transformers',
525+
'milvus',
525526
# Comment out xgboost as it is breaking presubmit python ml
526527
# tests due to tag check introduced since pip 24.2
527528
# https://github.com/apache/beam/issues/31285

sdks/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109
pip==25.0.1
110110
accelerate>=1.6.0
111111
setenv =
112-
extras = test,gcp,dataframe,milvus,ml_test
112+
extras = test,gcp,dataframe,ml_test
113113
commands =
114114
# Log tensorflow version for debugging
115115
/bin/sh -c "pip freeze | grep -E tensorflow"

0 commit comments

Comments
 (0)