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 d777cd7 commit ebdf339Copy full SHA for ebdf339
py/circuitpy_mpconfig.h
@@ -360,6 +360,11 @@ extern const struct _mp_obj_module_t nvm_module;
360
#define ULAB_SUPPORTS_COMPLEX (0)
361
#endif
362
363
+// The random module is fairly large.
364
+#ifndef ULAB_NUMPY_HAS_RANDOM_MODULE
365
+#define ULAB_NUMPY_HAS_RANDOM_MODULE (0)
366
+#endif
367
+
368
#if CIRCUITPY_ULAB
369
// ulab requires reverse special methods
370
#if defined(MICROPY_PY_REVERSE_SPECIAL_METHODS) && !MICROPY_PY_REVERSE_SPECIAL_METHODS
0 commit comments