Skip to content

Commit adb3cc6

Browse files
committed
sdks/python: mark milvus as extra dependency
1 parent 1fd8ce3 commit adb3cc6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

sdks/python/setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ def get_portability_package_data():
401401
'typing-extensions>=3.7.0',
402402
'zstandard>=0.18.0,<1',
403403
'pyyaml>=3.12,<7.0.0',
404-
'pymilvus>=2.5.10,<3.0.0',
405404
# Dynamic dependencies must be specified in a separate list, otherwise
406405
# Dependabot won't be able to parse the main list. Any dynamic
407406
# dependencies will not receive updates from Dependabot.
@@ -445,7 +444,8 @@ def get_portability_package_data():
445444
'mysql-connector-python>=9.3.0',
446445
'python-tds>=1.16.1',
447446
'sqlalchemy-pytds>=1.0.2',
448-
'oracledb>=3.1.1'
447+
'oracledb>=3.1.1',
448+
'milvus'
449449
],
450450
'gcp': [
451451
'cachetools>=3.1.0,<6',
@@ -588,7 +588,8 @@ def get_portability_package_data():
588588
'transformers==4.25.1'
589589
],
590590
'xgboost': ['xgboost>=1.6.0,<2.1.3', 'datatable==1.0.0'],
591-
'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0']
591+
'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0'],
592+
'milvus': ['pymilvus>=2.5.10,<3.0.0']
592593
},
593594
zip_safe=False,
594595
# PyPI package information.

0 commit comments

Comments
 (0)