Skip to content

Commit

Permalink
chore: Unbreak Ray 2.33 unit tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678324906
  • Loading branch information
matthew29tang authored and copybara-github committed Sep 24, 2024
1 parent f89df1f commit c669d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
ray_testing_extra_require = ray_extra_require + [
"pytest-xdist",
# ray train extras required for prediction tests
"ray[train] == 2.9.3",
"ray[train]",
# Framework version constraints copied from testing_extra_require
"scikit-learn",
"tensorflow",
Expand Down

0 comments on commit c669d33

Please sign in to comment.