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.
1 parent 51de0b3 commit a4be492Copy full SHA for a4be492
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