Skip to content

Commit 8a42dfc

Browse files
authored
MAINT pin numpy and scipy version for minimum keras/tensorflow (#965)
1 parent 360f7c2 commit 8a42dfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
DISTRIB: 'conda-minimum-tensorflow'
190190
CONDA_CHANNEL: 'conda-forge'
191191
PYTHON_VERSION: '3.8'
192+
NUMPY_VERSION: '1.19.5' # This version is the minimum requrired by tensorflow
193+
SCIPY_VERSION: 'min'
192194
SKLEARN_VERSION: 'min'
193195
TENSORFLOW_VERSION: 'min'
194196
TEST_DOCS: 'true'
@@ -213,6 +215,8 @@ jobs:
213215
DISTRIB: 'conda-minimum-keras'
214216
CONDA_CHANNEL: 'conda-forge'
215217
PYTHON_VERSION: '3.8'
218+
NUMPY_VERSION: '1.19.5' # This version is the minimum requrired by tensorflow
219+
SCIPY_VERSION: 'min'
216220
SKLEARN_VERSION: 'min'
217221
KERAS_VERSION: 'min'
218222
TEST_DOCS: 'true'

0 commit comments

Comments
 (0)