Skip to content

Commit 06d8335

Browse files
authored
roll back one minor version to be compatible with python 3.10 (#1558)
* roll back one minor version to be compatible with python 3.10 for tensor datasets Signed-off-by: Balakrishnan, Senthil <senthil.balakrishnan@intel.com>
1 parent 51aae8e commit 06d8335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run(self):
9292
'scikit-learn',
9393
'flatten_json',
9494
'tensorboardX',
95-
'protobuf>=4.22,<6.0.0',
95+
'protobuf>=4.21,<6.0.0',
9696
'grpcio>=1.56.2,<1.66.0',
9797
],
9898
python_requires='>=3.10, <3.13',

0 commit comments

Comments
 (0)