We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6f055 commit 796f7d7Copy full SHA for 796f7d7
makehelper.py
@@ -27,10 +27,10 @@
27
out = open(sys.argv[1], 'w')
28
29
"""
30
-3.2, sysconfig
31
-3.10, sysconfig.get_pathi
32
-3.10.13 distutils is deprecated.
33
-3.12, distutils was removed.
+3.2 sysconfig
+3.10 sysconfig.get_path
+3.10.13 distutils is deprecated.
+3.12 distutils was removed.
34
35
if sys.version_info >= (3,10,):
36
from sysconfig import get_config_var, get_path
@@ -42,8 +42,9 @@
42
libdir = get_config_var('LIBDIR') or ''
43
44
have_np='NO'
45
+
46
-Since numpy 1.18, numpy.get_include() exists.
47
+numpy 1.18, numpy.get_include()
48
49
try:
50
from numpy import get_include
requirements-latest.txt
@@ -1,2 +1,2 @@
1
-numpy
+numpy>=1.18
2
nose2
0 commit comments