Skip to content

Commit 4036b36

Browse files
committed
split redis into extra
1 parent d76263a commit 4036b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def get_portability_package_data():
402402
'protobuf>=3.20.3,<7.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long
403403
'python-dateutil>=2.8.0,<3',
404404
'pytz>=2018.3',
405-
'redis>=5.0.0,<6',
406405
'requests>=2.32.4,<3.0.0',
407406
'sortedcontainers>=2.4.0',
408407
'typing-extensions>=3.7.0',
@@ -588,6 +587,7 @@ def get_portability_package_data():
588587
'torch==2.8.0+cpu',
589588
'transformers>=4.28.0,<4.56.0'
590589
],
590+
'redis': ['redis>=5.0.0,<6'],
591591
'tft': [
592592
'tensorflow_transform>=1.14.0,<1.15.0'
593593
# tensorflow-transform requires dill, but doesn't set dill as a

0 commit comments

Comments
 (0)