We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cython
Cython==3.x.x
1 parent f7f591b commit 08b58fdCopy full SHA for 08b58fd
1 file changed
Makefile
@@ -22,7 +22,7 @@ all: virtualenv
22
23
$(VIRTUAL_ENV):
24
python3 -m venv $(VIRTUAL_ENV)
25
- $(PIP) install Cython
+ $(PIP) install Cython==0.29.36
26
$(PIP) install -e .
27
28
virtualenv: $(VIRTUAL_ENV)
0 commit comments