From 4607c08a6c068bbda82ffce2a53332d91a66a3a0 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Mon, 20 Jan 2025 07:11:14 +0000 Subject: [PATCH] docs: add `quantity-array` to community (#2955) --- docs/Community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Community.md b/docs/Community.md index bff29ed2f..64830f594 100644 --- a/docs/Community.md +++ b/docs/Community.md @@ -67,3 +67,4 @@ When you want to show your users and contributors that they can use pixi in your - [array-api-extra](https://github.com/data-apis/array-api-extra): Extra array functions built on top of the Python array API standard. - [marray](https://github.com/mdhaber/marray): Masked versions of Python array API standard compatible arrays. +- [quantity-array](https://github.com/quantity-dev/quantity-array): Quantities with Python array API standard arrays.