From 00f53bbf2b7c0fd7594b1dad0561fe6b06b0248e Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 15 Jul 2026 20:48:52 -0400 Subject: [PATCH] docs: numpy: update versions Until the automatic doc update workflow is running, we have to manually update packages. NumPy v2.5.0 and v2.5.1 were recently built and pushed to the RISE registry, so update the documentation to indicate this. Signed-off-by: Trevor Gamblin --- docs/packages/numpy.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/packages/numpy.md b/docs/packages/numpy.md index ad3d77c..7013c39 100644 --- a/docs/packages/numpy.md +++ b/docs/packages/numpy.md @@ -12,12 +12,33 @@ parent: Supported Packages - **Supported versions:**
-2.4.3 (latest) +2.5.1 (latest) ```bash pip install numpy --index-url https://pypi.riseproject.dev/simple/ ``` +- **License:** BSD-3-Clause +- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/64125271](https://gitlab.com/riseproject/python/wheel_builder/-/packages/64125271) +
+ +2.5.0 + +```bash +pip install numpy==2.5.0 --index-url https://pypi.riseproject.dev/simple/ +``` + +- **License:** BSD-3-Clause +- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/63279782](https://gitlab.com/riseproject/python/wheel_builder/-/packages/63279782) + + +
+2.4.3 + +```bash +pip install numpy==2.4.3 --index-url https://pypi.riseproject.dev/simple/ +``` + - **License:** BSD-3-Clause - **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/57136003](https://gitlab.com/riseproject/python/wheel_builder/-/packages/57136003)