Skip to content

Commit 2b29b5c

Browse files
committed
Updated the setup.py file to include the setup require Cython
1 parent 60338df commit 2b29b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def setup_package():
225225
"boto3",
226226
"requests>=2.13.0,<3.0.0",
227227
"spacy>=2.1.0,<3.0.0"],
228-
setup_requires=['wheel', 'spacy>=2.1.0,<3.0.0'],
228+
setup_requires=['wheel', 'spacy>=2.1.0,<3.0.0', 'cython'],
229229
python_requires=">=3.6",
230230
packages=PACKAGES,
231231
package_data=PACKAGE_DATA,

0 commit comments

Comments
 (0)