Skip to content

Commit

Permalink
Better way of adding pyrealm
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Dec 14, 2024
1 parent 3ca8a7b commit 214bfbb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/using_the_ve/data/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/using_the_ve/virtual_ecosystem_in_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 214bfbb

Please sign in to comment.