Thanks to visit codestin.com Credit goes to github.com
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.
Cython
Cython==3.x.x
1 parent f7f591b commit 08b58fdCopy full SHA for 08b58fd
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