Skip to content

Commit 70eac4d

Browse files
krfrickeWeichenXu123
authored andcommitted
[ci] Remove protobuf pin to < 4 (repeat) (ray-project#29584)
ray-project#29224 removed the protobuf upper bound but ray-project#29375 was oroginally created on an older requirements file and accidentally reverted the update for unix builds. Signed-off-by: Kai Fricke <kai@anyscale.com> Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
1 parent b8f6aa5 commit 70eac4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ click<=8.0.4,>=7.0
1212
filelock
1313
jsonschema
1414
msgpack<2.0.0,>=1.0.0
15-
protobuf<4.0.0,>=3.15.35; platform_system != "Windows"
16-
protobuf>= 3.15.3, != 3.19.55; platform_system == "Windows"
15+
protobuf>= 3.15.3, != 3.19.55
1716
pyyaml
1817
aiosignal
1918
frozenlist

0 commit comments

Comments
 (0)