Skip to content

Commit

Permalink
temporarily pin ray to 1.0.1 to fix CI (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
omry authored Dec 24, 2020
1 parent 884b08a commit d6d066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hydra_ray_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
install_requires=[
"boto3==1.15.6",
"hydra-core>=1.0.0",
"ray>=1.0.0",
"ray==1.0.1.post1",
"cloudpickle>=1.6.0",
"pickle5",
],
Expand Down

0 comments on commit d6d066d

Please sign in to comment.