Skip to content

Commit

Permalink
adjust python dep to python = ">=3.9,<3.12.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Aug 19, 2024
1 parent f2d7637 commit 944c436
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 27 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

2024-08

- 1.2.6 adjust python dep to `python = ">=3.9,<3.12.0"`

- 1.2.5 `pbp-plot` now explicitly uses `h5netcdf` when calling `xarray.open_dataset`.
But a new option `--engine name` allows to specify the engine to use.

Expand Down
128 changes: 102 additions & 26 deletions 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 @@ -23,7 +23,7 @@ pbp-plot = "pbp.plot:main"
pbp-json-gen = "pbp.main_json_generator:main"

[tool.poetry.dependencies]
python = ">=3.11,<3.12.0"
python = ">=3.9,<3.12.0"
lifewatch-pypam = "0.3.0"
boto3 = "1.34.47"
google-cloud-storage = "2.14.0"
Expand Down

0 comments on commit 944c436

Please sign in to comment.