Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 9c75f36

Browse files
author
Hoyt Koepke
committed
Got setup.py to build properly.
1 parent 75b7d8b commit 9c75f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def run(self):
124124
long_description = f.read().decode('utf-8')
125125

126126
install_requires = [
127-
"cython>=3.0",
127+
"cython>=0.29",
128128
"coremltools==3.1",
129129
"decorator >= 4.0.9",
130130
"numpy==1.16.4",

0 commit comments

Comments
 (0)