Skip to content

Commit acdb6b9

Browse files
committed
update comment
Signed-off-by: helenxie-bit <[email protected]>
1 parent c3d6972 commit acdb6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ prepare-pytest:
160160
pip install --prefer-binary -r cmd/suggestion/pbt/v1beta1/requirements.txt
161161
pip install --prefer-binary -r cmd/earlystopping/medianstop/v1beta1/requirements.txt
162162
pip install --prefer-binary -r cmd/metricscollector/v1beta1/tfevent-metricscollector/requirements.txt
163-
# The sqlalchemy on which optuna depends requires typing-extensions>=4.6.0.
164-
# REF: https://github.com/kubeflow/katib/pull/2251
163+
# `TypeIs` was introduced in typing-extensions 4.10.0, and torch 2.6.0 requires typing-extensions>=4.10.0.
164+
# REF: https://github.com/kubeflow/katib/pull/2504
165165
# TODO (tenzen-y): Once we upgrade libraries depended on typing-extensions==4.5.0, we can remove this line.
166166
pip install typing-extensions==4.10.0
167167

0 commit comments

Comments
 (0)