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 bb9d7ff commit 68f9af4Copy full SHA for 68f9af4
requirements.txt
@@ -9,11 +9,11 @@ scipy ~= 1.9.2
9
# Keras-TensorFlow circular dependency issue, when one of them gets a dependency
10
# incompatible with another one (protobuf in this specific case).
11
protobuf==3.20.3
12
-tf-nightly
+tensorflow==2.14.0rc1
13
portpicker
14
pyyaml
15
Pillow
16
numpy ~= 1.24.3 # Sync with the numpy version used in TF
17
black==22.3.0
18
isort==5.10.1
19
-flake8==4.0.1
+flake8==4.0.1
0 commit comments