Skip to content

Commit 4c414b7

Browse files
authored
Add cython to install_requires (#232)
1 parent 730266b commit 4c414b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def run(self):
323323
'charmrun = charmrun.start:start',
324324
],
325325
},
326-
install_requires=['numpy>=1.10.0', 'greenlet'],
326+
install_requires=['numpy>=1.10.0', 'greenlet', 'cython'],
327327
#python_requires='>=2.7, ~=3.4',
328328
classifiers=[
329329
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)