diff --git a/docs/source/using_the_ve/data/data.md b/docs/source/using_the_ve/data/data.md index c4dc61ad1..a25dd125e 100644 --- a/docs/source/using_the_ve/data/data.md +++ b/docs/source/using_the_ve/data/data.md @@ -20,7 +20,7 @@ language_info: name: python nbconvert_exporter: python pygments_lexer: ipython3 - version: 3.11.9 + version: 3.10.14 --- # Adding and using data with the Virtual Ecosystem diff --git a/docs/source/using_the_ve/virtual_ecosystem_in_use.md b/docs/source/using_the_ve/virtual_ecosystem_in_use.md index 12ee3c683..d44926d0b 100644 --- a/docs/source/using_the_ve/virtual_ecosystem_in_use.md +++ b/docs/source/using_the_ve/virtual_ecosystem_in_use.md @@ -19,7 +19,7 @@ language_info: name: python nbconvert_exporter: python pygments_lexer: ipython3 - version: 3.11.9 + version: 3.10.14 --- # Using the Virtual Ecosystem diff --git a/docs/source/virtual_ecosystem/implementation/core_components_overview.md b/docs/source/virtual_ecosystem/implementation/core_components_overview.md index 1207c75b5..9b356d014 100644 --- a/docs/source/virtual_ecosystem/implementation/core_components_overview.md +++ b/docs/source/virtual_ecosystem/implementation/core_components_overview.md @@ -20,7 +20,7 @@ language_info: name: python nbconvert_exporter: python pygments_lexer: ipython3 - version: 3.11.9 + version: 3.10.14 --- # Implementation of the core components diff --git a/poetry.lock b/poetry.lock index 7d92e33a2..a22063bc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4736,4 +4736,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "71a24bc9b34165aa9eb553b60b41ec1fdeca692c536c49d7b607e83b9a45a60d" +content-hash = "811e8e25d4c8b6c854b9d45d2e19608a3d23fb881497e7c120e0ac46816a71e0" diff --git a/pyproject.toml b/pyproject.toml index 7c3b8a672..ee275852e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ tomli = {version = "^2.0.1", python = "<3.11"} tomli-w = "^1.0.0" tqdm = "^4.66.2" xarray = "^2024.06.0" -pyrealm = {version = "2.0.0-rc.1", allow-prereleases = true} +pyrealm = {version = "^2.0.0rc1", allow-prereleases = true} [tool.poetry.group.types.dependencies] types-dataclasses = "^0.6.6"