Skip to content

Commit

Permalink
[Tune] Pin typeguard as the latest version 3.0.1 breaks ax-platform. (r…
Browse files Browse the repository at this point in the history
…ay-project#33361)

Signed-off-by: Jun Gong <[email protected]>
  • Loading branch information
Jun Gong authored Mar 16, 2023
1 parent 9656553 commit 70dbf41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/requirements/ml/requirements_tune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ sigopt==7.5.0
timm==0.4.5
transformers==4.18.0; python_version <= '3.6'
transformers==4.19.1; python_version > '3.6'
# Used by ax-platform for type checking.
# Since we pin ax-platform at an earlier version,
# we need to pin this as well to prevent incompatible
# more recent versions from being used.
typeguard==2.13.0
wandb==0.13.4
xgboost==1.6.2; python_version <= '3.7'
xgboost==1.7.4; python_version > '3.7'
Expand Down

0 comments on commit 70dbf41

Please sign in to comment.