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

Commit

Permalink
Got setup.py to build properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoyt Koepke committed Jan 2, 2020
1 parent 75b7d8b commit 9c75f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run(self):
long_description = f.read().decode('utf-8')

install_requires = [
"cython>=3.0",
"cython>=0.29",
"coremltools==3.1",
"decorator >= 4.0.9",
"numpy==1.16.4",
Expand Down

0 comments on commit 9c75f36

Please sign in to comment.