Skip to content

Commit

Permalink
Bump numba version in circleCI config to 0.46.0. (pytorch#31435)
Browse files Browse the repository at this point in the history
Summary:
The current numba version doesn't appear to actually work with our numba-cuda tests (numba.cuda.is_available()) fails.

Previous attempts to upgrade were blocked by numba/numba#4368.

It's a bit unclear to me, but I believe 0.46.0 fixes the above version.  I'm verify that we catch that issue in CI via pytorch#31434.
Pull Request resolved: pytorch#31435

Differential Revision: D19166865

Pulled By: gchanan

fbshipit-source-id: e01fa48c577e35de178423db7a7f79ac3dd3894d
  • Loading branch information
gchanan authored and facebook-github-bot committed Dec 19, 2019
1 parent fc3103b commit 540b9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/docker/common/install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
# scikit-learn is pinned because of
# https://github.com/scikit-learn/scikit-learn/issues/14485 (affects gcc 5.5
# only)
as_jenkins pip install --progress-bar off pytest scipy==1.1.0 scikit-learn==0.20.3 scikit-image librosa>=0.6.2 psutil numba==0.43.1 llvmlite==0.28.0
as_jenkins pip install --progress-bar off pytest scipy==1.1.0 scikit-learn==0.20.3 scikit-image librosa>=0.6.2 psutil numba==0.46.0 llvmlite==0.28.0

popd
fi

0 comments on commit 540b9da

Please sign in to comment.