TensorFlow: pin maximum version to 2.12 (#22364)

This commit is contained in:
Joao Gante
2023-03-24 18:45:03 +00:00
committed by GitHub
parent 3a7f5fa9d2
commit 88dae78f4d
4 changed files with 8 additions and 8 deletions

View File

@@ -224,7 +224,7 @@ torch_job = CircleCIJob(
tf_job = CircleCIJob(
"tf",
install_steps=[
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng",
"sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev espeak-ng cmake",
"pip install --upgrade pip",
"pip install .[sklearn,tf-cpu,testing,sentencepiece,tf-speech,vision]",
"pip install tensorflow_probability",