Skip to content

Commit 519e9ea

Browse files
committed
Remove cython from install_requires
1 parent d5cff18 commit 519e9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def get_source_files():
194194
zip_safe = False,
195195
python_requires = ">=3.6",
196196
setup_requires = ['setuptools>=18.0', 'cython', 'numpy'],
197-
install_requires = ['cython', "numpy"],
197+
install_requires = ["numpy"],
198198
cmdclass = {'build': build},
199199
ext_modules = extensions,
200200
)

0 commit comments

Comments
 (0)