We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b338a commit 37c1909Copy full SHA for 37c1909
requirements.txt
@@ -2,7 +2,7 @@
2
# The rest of the packages are mostly used for testing purpose.
3
pandas
4
pydot
5
-scipy ~= 1.7.2
+scipy ~= 1.9.2
6
# Remove once both TensorFlow and Keras nightly builds pass.
7
# Temporarily enforce 3.20.3 version, as the only version which is compatible
8
# with both new and old protobuf stubs. This is needed to resolve
@@ -13,9 +13,7 @@ tf-nightly
13
portpicker
14
pyyaml
15
Pillow
16
-# TF uses a different NumPy version for Python 3.10 and lower; b/262592253
17
-numpy ~= 1.22.0; python_version < '3.11'
18
-numpy ~= 1.23.2; python_version >= '3.11' # Sync with the numpy version used in TF
+numpy ~= 1.24.3 # Sync with the numpy version used in TF
19
black==22.3.0
20
isort==5.10.1
21
flake8==4.0.1
0 commit comments