Skip to content

Commit

Permalink
Merge pull request #327 from jorenham/spec0-badge
Browse files Browse the repository at this point in the history
SPEC 0 badge
  • Loading branch information
jorenham authored Oct 15, 2024
2 parents 2c42840 + d41c563 commit cc2579f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
![Lmo - License][IMG-BSD]
[![Lmo - PyPI][IMG-PYPI]](https://pypi.org/project/Lmo/)
[![Lmo - Versions][IMG-VER]](https://github.com/jorenham/Lmo)
[![Lmo - SPEC 0][IMG-SPEC0]](https://scientific-python.org/specs/spec-0000/)
![Lmo - CI][IMG-CI]
[![Lmo - Pre-commit][IMG-PC]](https://github.com/pre-commit/pre-commit)
[![Lmo - Ruff][IMG-RUFF]](https://github.com/astral-sh/ruff)
Expand All @@ -17,6 +18,7 @@
[IMG-pC]: https://img.shields.io/badge/pre--commit-enabled-orange?logo=pre-commit
[IMG-RUFF]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
[IMG-BPR]: https://img.shields.io/badge/basedpyright-checked-42b983
[IMG-SPEC0]: https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038

Unlike the legacy
[product-moments](https://wikipedia.org/wiki/Moment_(mathematics)), the
Expand Down Expand Up @@ -94,8 +96,8 @@ These are automatically installed by your package manager when installing Lmo.
| Package | Supported versions |
| ------------ | ------------------ |
| [Python][PY] | `>=3.10` |
| [NumPy][NP] | `>=1.23` |
| [SciPy][SP] | `>=1.9` |
| [NumPy][NP] | `>=1.24` |
| [SciPy][SP] | `>=1.10` |

Additionally, Lmo supports the following optional packages:

Expand Down

0 comments on commit cc2579f

Please sign in to comment.