Skip to content

Commit cb6c70c

Browse files
committed
revert changes
1 parent d81c88a commit cb6c70c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

sdks/python/setup.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,7 @@ def cythonize(*args, **kwargs):
160160
'pandas>=1.4.3,!=1.5.0,!=1.5.1,<2.3',
161161
]
162162

163-
milvus_dependency = [
164-
'pymilvus>=2.5.10,<3.0.0; python_version >= "3.13"',
165-
'pymilvus>=2.4.0,<2.5.0; python_version <= "3.12"',
166-
'setuptools>=70.0.0',
167-
]
163+
milvus_dependency = ['pymilvus>=2.5.10,<3.0.0']
168164

169165
ml_base = [
170166
'embeddings',
@@ -470,8 +466,7 @@ def get_portability_package_data():
470466
'sqlalchemy-pytds>=1.0.2',
471467
'pg8000>=1.31.5',
472468
"PyMySQL>=1.1.0",
473-
'oracledb>=3.1.1',
474-
'aiohttp!=4.0.0a1',
469+
'oracledb>=3.1.1'
475470
] + milvus_dependency,
476471
'gcp': [
477472
'cachetools>=3.1.0,<7',
@@ -512,8 +507,7 @@ def get_portability_package_data():
512507
# Python repositories in GAR.
513508
'keyrings.google-artifactregistry-auth',
514509
'orjson>=3.9.7,<4',
515-
'regex>=2020.6.8',
516-
'aiohttp!=4.0.0a1',
510+
'regex>=2020.6.8'
517511
],
518512
'interactive': [
519513
'facets-overview>=1.1.0,<2',

0 commit comments

Comments
 (0)