We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2567939 commit c3d6972Copy full SHA for c3d6972
Makefile
@@ -163,7 +163,7 @@ prepare-pytest:
163
# The sqlalchemy on which optuna depends requires typing-extensions>=4.6.0.
164
# REF: https://github.com/kubeflow/katib/pull/2251
165
# TODO (tenzen-y): Once we upgrade libraries depended on typing-extensions==4.5.0, we can remove this line.
166
- pip install typing-extensions==4.6.3
+ pip install typing-extensions==4.10.0
167
168
prepare-pytest-testdata:
169
ifeq ("$(wildcard $(TEST_TENSORFLOW_EVENT_FILE_PATH))", "")
0 commit comments