Skip to content

Commit 00f53bb

Browse files
committed
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 <tgamblin@baylibre.com>
1 parent b23b017 commit 00f53bb

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

docs/packages/numpy.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,33 @@ parent: Supported Packages
1212
- **Supported versions:**
1313

1414
<details markdown="1" open>
15-
<summary><strong>2.4.3 (latest)</strong></summary>
15+
<summary><strong>2.5.1 (latest)</strong></summary>
1616

1717
```bash
1818
pip install numpy --index-url https://pypi.riseproject.dev/simple/
1919
```
2020

21+
- **License:** BSD-3-Clause
22+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/64125271](https://gitlab.com/riseproject/python/wheel_builder/-/packages/64125271)
23+
</details>
24+
25+
<summary><strong>2.5.0</strong></summary>
26+
27+
```bash
28+
pip install numpy==2.5.0 --index-url https://pypi.riseproject.dev/simple/
29+
```
30+
31+
- **License:** BSD-3-Clause
32+
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/63279782](https://gitlab.com/riseproject/python/wheel_builder/-/packages/63279782)
33+
</details>
34+
35+
<details markdown="1" open>
36+
<summary><strong>2.4.3</strong></summary>
37+
38+
```bash
39+
pip install numpy==2.4.3 --index-url https://pypi.riseproject.dev/simple/
40+
```
41+
2142
- **License:** BSD-3-Clause
2243
- **Download files:** [https://gitlab.com/riseproject/python/wheel_builder/-/packages/57136003](https://gitlab.com/riseproject/python/wheel_builder/-/packages/57136003)
2344
</details>

0 commit comments

Comments
 (0)