Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion docs/packages/numpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,33 @@ parent: Supported Packages
- **Supported versions:**

<details markdown="1" open>
<summary><strong>2.4.3 (latest)</strong></summary>
<summary><strong>2.5.1 (latest)</strong></summary>

```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)
</details>

<summary><strong>2.5.0</strong></summary>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are missing <details markdown="1"> here


```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)
</details>

<details markdown="1" open>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not be opened

<summary><strong>2.4.3</strong></summary>

```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)
</details>
Expand Down
Loading