We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74e670 commit 9d51946Copy full SHA for 9d51946
.github/workflows/keras_application_test_ci.yml
@@ -84,6 +84,7 @@ jobs:
84
pip install transformers==4.2.0
85
pip install keras-self-attention
86
pip install pytest pytest-cov pytest-runner
87
+ pip install numpy==1.21.6
88
89
pip install -e .
90
.github/workflows/keras_unit_test_ci.yml
@@ -67,6 +67,7 @@ jobs:
67
pip install onnxruntime==${{ matrix.ort_version }}
68
pip uninstall -y protobuf
69
pip install "protobuf~=3.20"
70
71
72
73
echo "----- List all of depdencies:"
0 commit comments