Commit 1f0f7cd8 authored by Naman Goyal's avatar Naman Goyal Committed by Facebook Github Bot
Browse files

added cython to install_requires

Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/856

Reviewed By: myleott

Differential Revision: D17162411

Pulled By: myleott

fbshipit-source-id: e70ecc802398bbba2b5326e9700f2121c422fd18
parent 6c00b338
......@@ -84,6 +84,7 @@ setup(
],
install_requires=[
'cffi',
'cython',
'fastBPE',
'numpy',
'regex',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment