mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-07-07 21:00:10 +02:00
fix: correct typo in pyproject.toml for release
Some checks failed
CI / Checks (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Has been cancelled
Docs Pages / Build Docs (push) Has been cancelled
Docs Pages / Deploy Docs (push) Has been cancelled
Some checks failed
CI / Checks (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Has been cancelled
Docs Pages / Build Docs (push) Has been cancelled
Docs Pages / Deploy Docs (push) Has been cancelled
This commit is contained in:
parent
833db23855
commit
0431ef2679
10
README.md
10
README.md
@ -6,7 +6,7 @@ Code for detecting and classifying bat echolocation calls in high-frequency
|
|||||||
audio recordings.
|
audio recordings.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> `batdetect2` 2.0.0b1 is out.
|
> `batdetect2` 2.0.0b2 is out.
|
||||||
> This is a beta release and we are gathering user feedback.
|
> This is a beta release and we are gathering user feedback.
|
||||||
> If you run into issues or have feedback on the new workflows, please use the
|
> If you run into issues or have feedback on the new workflows, please use the
|
||||||
> GitHub issues page to let us know.
|
> GitHub issues page to let us know.
|
||||||
@ -68,13 +68,13 @@ can try the following:
|
|||||||
### Installing BatDetect2
|
### Installing BatDetect2
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> `2.0.0b1` is a pre-release on PyPI.
|
> `2.0.0b2` is a pre-release on PyPI.
|
||||||
> You may need to request it explicitly by version, for example:
|
> You may need to request it explicitly by version, for example:
|
||||||
>
|
>
|
||||||
> ```bash
|
> ```bash
|
||||||
> uvx --from batdetect2==2.0.0b1 batdetect2
|
> uvx --from batdetect2==2.0.0b2 batdetect2
|
||||||
> uv tool install batdetect2==2.0.0b1
|
> uv tool install batdetect2==2.0.0b2
|
||||||
> pip install batdetect2==2.0.0b1
|
> pip install batdetect2==2.0.0b2
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
If you have `uv` installed (if not, we recommend it; follow the instructions
|
If you have `uv` installed (if not, we recommend it; follow the instructions
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "batdetect2"
|
name = "batdetect2"
|
||||||
version = "2.0.0b1"
|
version = "2.0.0b2"
|
||||||
description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
|
description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
|
||||||
authors = [
|
authors = [
|
||||||
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },
|
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user