From accb8e104bdbaafd8406384604f172913f4d6131 Mon Sep 17 00:00:00 2001 From: mhucka Date: Fri, 17 Jan 2025 22:44:54 +0000 Subject: [PATCH] Update yapf to version 0.43.0 Yapf version 0.43.0 seems to be entirely compatible with the previously-used version 0.40.2. Running it recursively on the codebase produced no output. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34a08c34d..accc1de46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ sympy==1.12 numpy==1.24.2 # TensorFlow can detect if it was built against other versions. nbformat==5.1.3 pylint==2.4.4 -yapf==0.40.2 +yapf==0.43.0 tensorflow==2.15.0