We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f9773 commit 94def19Copy full SHA for 94def19
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.9.2
+scipy
6
# Remove once both TensorFlow and TF-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,7 +13,7 @@ tf-nightly
13
portpicker
14
pyyaml
15
Pillow
16
-numpy ~= 1.24.3 # Sync with the numpy version used in TF
+numpy >= 1.26.0, < 2.1.0 # Sync with the numpy version used in TF
17
black==22.3.0
18
isort==5.10.1
19
flake8==4.0.1
0 commit comments