Skip to content
Snippets Groups Projects
Commit 72b7cc9e authored by Blaise Li's avatar Blaise Li
Browse files

Missing build-time Cython dependency.

parent 701f4850
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ setup( ...@@ -10,6 +10,6 @@ setup(
license="MIT", license="MIT",
# packages=["libsmallrna"], # packages=["libsmallrna"],
ext_modules = cythonize("libsmallrna/libsmallrna.pyx"), ext_modules = cythonize("libsmallrna/libsmallrna.pyx"),
install_requires=["cytoolz"], install_requires=["Cython", "cytoolz"],
zip_safe=False, zip_safe=False,
packages=find_packages()) packages=find_packages())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment