Skip to content

Commit

Permalink
Add NO_IMPORT_ARRAY from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Dec 16, 2023
1 parent f30b194 commit dec2e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#include "py4pd.h"

#define NO_IMPORT_ARRAY
#define PY_ARRAY_UNIQUE_SYMBOL PY4PD_NUMPYARRAY_API
#include "py4pd.h"
#define NPY_NO_DEPRECATED_API NPY_1_25_API_VERSION
#include <numpy/arrayobject.h>

/*
This file serves as a versatile collection of functions utilized within the
Expand Down

0 comments on commit dec2e04

Please # to comment.