Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 9c203f7

Browse files
committedApr 1, 2017
remove cython from install_requires
1 parent 35902a0 commit 9c203f7

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
@@ -75,7 +75,7 @@ def readme():
7575
return f.read()
7676

7777
INSTALL_REQUIRES = (
78-
['pandas', 'cython']
78+
['pandas']
7979
)
8080

8181
setup(

0 commit comments

Comments
 (0)