Skip to content

Commit c4f9998

Browse files
committed
sdks/python: add tecton as extra dependency
1 parent 626be06 commit c4f9998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def cythonize(*args, **kwargs):
161161
]
162162

163163
milvus_dependency = ['pymilvus>=2.5.10,<3.0.0']
164-
164+
tecton_dependency = ['tecton>=1.2.5,<2.0.0']
165165

166166
def find_by_ext(root_dir, ext):
167167
for root, _, files in os.walk(root_dir):
@@ -449,7 +449,7 @@ def get_portability_package_data():
449449
'pg8000>=1.31.1',
450450
"PyMySQL>=1.1.0",
451451
'oracledb>=3.1.1'
452-
] + milvus_dependency,
452+
] + milvus_dependency + tecton_dependency,
453453
'gcp': [
454454
'cachetools>=3.1.0,<7',
455455
'google-api-core>=2.0.0,<3',

0 commit comments

Comments
 (0)