Commit a132039e authored by Julien Jerphanion's avatar Julien Jerphanion

Update requirements

parent 6fb98a5d
from distutils.core import setup from distutils.core import setup
from distutils.extension import Extension from distutils.extension import Extension
import numpy
from Cython.Build import cythonize from Cython.Build import cythonize
extensions = [ extensions = [
...@@ -7,8 +9,8 @@ extensions = [ ...@@ -7,8 +9,8 @@ extensions = [
"kdtree", "kdtree",
language="c++", language="c++",
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")], define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
include_dirs=[numpy.get_include()],
sources=["kdtree.pyx"], sources=["kdtree.pyx"],
libraries=["crypto", "fmt"],
), ),
] ]
......
...@@ -3,4 +3,4 @@ jupyter==1.0.0 ...@@ -3,4 +3,4 @@ jupyter==1.0.0
line-profiler==3.1.0 line-profiler==3.1.0
matplotlib==3.4.1 matplotlib==3.4.1
numpy==1.20.2 numpy==1.20.2
-e git+https://lab.nexedi.com/nexedi/cython.git@608c29a9ab7b7803c900621424279a9e71fac106#egg=Cython&subdirectory=../../cython -e git+https://lab.nexedi.com/nexedi/cython.git@fd3a224472d75f7c6107828c1e4b9587f3990a46#egg=Cython
\ No newline at end of file
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