Skip to content

Commit

Permalink
cython requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Jan 20, 2020
1 parent 7556601 commit 9c4e8b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nms/setup_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

import os
from os.path import join as pjoin
from setuptools import setup
from setuptools import setup, dist
from distutils.extension import Extension
dist.Distribution().fetch_build_eggs(['Cython', 'numpy>=1.11.1'])

from Cython.Distutils import build_ext
import numpy as np

Expand Down

0 comments on commit 9c4e8b5

Please sign in to comment.