Skip to content

Commit

Permalink
Pin dependencies (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisu Yin committed Jun 27, 2023
1 parent 174d67c commit bdaef25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
extras_require = {
"ray": [
"ray[default]>=2.3,<2.4",
# https://github.com/grpc/grpc/issues/31885
# version range set to allign with ray's updated version range:
# https://github.com/ray-project/ray/blob/master/python/setup.py#L259-L261
# TODO: remove the pin once issue resolved
"grpcio >= 1.42.0, <= 1.50.0",
"protobuf>=3.15.3,<=3.20.2", # pin version to allign with transformers
],
"raytune": [
"ray[tune]>=2.3,<2.4",
Expand Down

0 comments on commit bdaef25

Please sign in to comment.