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 77460a4 commit 38aeac5Copy full SHA for 38aeac5
scripts/static_validation.py
@@ -83,6 +83,7 @@ def get_default_env(
83
if tensorflow_version is not None:
84
# tensorflow 1 is not available on conda, so we need to inject this as a pip dependency
85
if tensorflow_version.major == 1:
86
+ tensorflow_version = max(tensorflow_version, Version("1.13")) # tf <1.13 not available anymore
87
assert opset_version is None
88
assert pytorch_version is None
89
conda_env["dependencies"] = ["pip", "python >=3.7,<3.8"] # tf 1.15 not available for py>=3.8
0 commit comments