Skip to content

Commit

Permalink
Install Ray for 3.10 everywhere but Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 authored Sep 4, 2022
1 parent 110526d commit 4ecb710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ statsforecast>=0.5.5
scikit-learn-intelex>=2021.6.3

# Tuners
tune-sklearn>=0.2.1; python_version < '3.10'
protobuf<4.0.0; python_version < '3.10' # broken in Ray <1.13
ray[tune]>=1.0.0; python_version < '3.10'
tune-sklearn>=0.2.1; python_version < '3.10' or platform_system != 'Windows'
protobuf<4.0.0; python_version < '3.10' or platform_system != 'Windows' # broken in Ray <1.13
ray[tune]>=1.0.0; python_version < '3.10' or platform_system != 'Windows'
hyperopt>=0.2.7
optuna>=2.2.0
scikit-optimize>=0.9.0
Expand Down

0 comments on commit 4ecb710

Please sign in to comment.