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 d60444f commit 129860dCopy full SHA for 129860d
numpy/_core/include/numpy/numpyconfig.h
@@ -128,7 +128,7 @@
128
/* Sanity check the (requested) feature version */
129
#if NPY_FEATURE_VERSION > NPY_API_VERSION
130
#error "NPY_TARGET_VERSION higher than NumPy headers!"
131
-#elif NPY_FEATURE_VERSION < NPY_1_15_API_VERSION
+#elif NPY_FEATURE_VERSION < NPY_1_15_API_VERSION && !defined(_WIN32)
132
/* No support for irrelevant old targets, no need for error, but warn. */
133
#warning "Requested NumPy target lower than supported NumPy 1.15."
134
#endif
0 commit comments