Commit acdb6b9 1 parent c3d6972 commit acdb6b9 Copy full SHA for acdb6b9
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ prepare-pytest:
160
160
pip install --prefer-binary -r cmd/suggestion/pbt/v1beta1/requirements.txt
161
161
pip install --prefer-binary -r cmd/earlystopping/medianstop/v1beta1/requirements.txt
162
162
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
165
165
# TODO (tenzen-y): Once we upgrade libraries depended on typing-extensions==4.5.0, we can remove this line.
166
166
pip install typing-extensions==4.10.0
167
167
You can’t perform that action at this time.
0 commit comments