From ac7fe653e8e27cb193ecce5d1da71c164a8399f1 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 8 Apr 2024 22:09:24 +0200 Subject: [PATCH] users: +numpy --- docs/users.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/users.rst b/docs/users.rst index b817996..7271605 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -26,6 +26,8 @@ Examples of projects using pythoncapi_compat.h * `mypy `_ (mypyc, `commit `__) +* numpy: `pythoncapi-compat Git submodule + `_ * `pybluez `_ (`commit `__) * `python-snappy `_