Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit a94a5d2

Browse files
committed
ci: deps: Pin daal and daal4py to 2020.1
Related: #801 Signed-off-by: John Andersen <[email protected]>
1 parent 7b21653 commit a94a5d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ if ([[ "x${PLUGIN}" == "xmodel/daal4py" ]] || \
131131
# daal4py only supports ^ Python 3.7
132132
set +e
133133
# See comment in vowpalWabbit about conda exit codes
134-
conda install -y -c intel daal4py
134+
# See https://github.com/intel/dffml/issues/801 for discussion on pinning
135+
conda install -y -c intel daal4py==2020.1 daal==2020.1
135136
exit_code=$?
136137
if [[ "x${exit_code}" != "x0" ]]; then
137138
exit "${exit_code}"

0 commit comments

Comments
 (0)