8000
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.
2 parents 70251d8 + a4be492 commit bff8a2aCopy full SHA for bff8a2a
Makefile
@@ -20,7 +20,7 @@ all: virtualenv
20
21
$(VIRTUAL_ENV):
22
python3 -m venv $(VIRTUAL_ENV)
23
- $(PIP) install Cython==0.28.6
+ $(PIP) install Cython==0.29.19
24
$(PIP) install -e .
25
26
virtualenv: $(VIRTUAL_ENV)
ci/makefiles/osx.mk
@@ -11,7 +11,7 @@ install_java:
11
/usr/libexec/java_home -V
12
13
upgrade_cython:
14
- pip3 install --upgrade Cython==0.28.6
+ pip3 install --upgrade Cython==0.29.19
15
16
install_android_ndk_sdk:
17
mkdir -p $(ANDROID_HOME)
0 commit comments