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 360f7c2 commit 8a42dfcCopy full SHA for 8a42dfc
azure-pipelines.yml
@@ -189,6 +189,8 @@ jobs:
189
DISTRIB: 'conda-minimum-tensorflow'
190
CONDA_CHANNEL: 'conda-forge'
191
PYTHON_VERSION: '3.8'
192
+ NUMPY_VERSION: '1.19.5' # This version is the minimum requrired by tensorflow
193
+ SCIPY_VERSION: 'min'
194
SKLEARN_VERSION: 'min'
195
TENSORFLOW_VERSION: 'min'
196
TEST_DOCS: 'true'
@@ -213,6 +215,8 @@ jobs:
213
215
DISTRIB: 'conda-minimum-keras'
214
216
217
218
219
220
221
KERAS_VERSION: 'min'
222
0 commit comments