File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 2020 - MB_ML_VER=2014
2121 - SKIP_NETWORK_TESTS=1
2222 - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
23- #
24- # Build wheels with the oldest possible numpy version to avoid
25- # the problem encountered by:
26- #
27- # https://github.com/RaRe-Technologies/gensim/issues/3085
28- #
29- - BUILD_DEPENDS="oldest-supported-numpy scipy==1.7.0"
3023 #
3124 # The contents of this file mirror the linux_testenv list
3225 # in gensim's setup.py. I can't think of a better way to include
3629 - TEST_DEPENDS="pytest mock cython nmslib pyemd testfixtures Morfessor==2.0.2a4 python-levenshtein==0.12.0 visdom==0.1.8.9 scikit-learn"
3730
3831matrix :
32+ #
33+ # See .github/workflows/build-wheels.yml for a discussion of why we
34+ # handle numpy versions explicitly.
35+ #
3936 - os : linux
4037 env :
4138 - MB_PYTHON_VERSION=3.6
4239 #
4340 # scipy 1.7.0 wheels not available for Py3.6, so we have to build using
4441 # an older version.
4542 #
46- - BUILD_DEPENDS="oldest-supported- numpy scipy==1.5.3"
43+ - BUILD_DEPENDS="numpy==1.19.2 scipy==1.5.3"
4744 - os : linux
4845 env :
4946 - MB_PYTHON_VERSION=3.7
47+ - BUILD_DEPENDS="numpy==1.19.2 scipy==1.7.0"
5048 - os : linux
5149 env :
5250 - MB_PYTHON_VERSION=3.8
51+ - BUILD_DEPENDS="numpy==1.19.2 scipy==1.7.0"
5352 - os : linux
5453 env :
5554 - MB_PYTHON_VERSION=3.9
55+ #
56+ # oldest-supported-numpy does not seem to handle this particular case
57+ # (aarch64, Py3.9) explicitly, but I've double-checked that wheels for
58+ # this numpy release are available via PyPI.
59+ #
60+ - BUILD_DEPENDS="numpy==1.19.3 scipy==1.7.0"
5661
5762before_install :
5863 - source multibuild/common_utils.sh
You can’t perform that action at this time.
0 commit comments