Skip to content

Commit

Permalink
Lock python version to <3.13 (#107)
Browse files Browse the repository at this point in the history
* Lock python version to <3.13
- Temporary fix while pyshtools cannot be installed on 3.13
  • Loading branch information
HCookie authored Oct 28, 2024
1 parent fc19ca3 commit 0a8b9f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Keep it human-readable, your future self will thank you!

## [Unreleased](https://github.com/ecmwf/anemoi-training/compare/0.2.1...HEAD)

### Changed
- Lock python version <3.13 [#107](https://github.com/ecmwf/anemoi-training/pull/107)

## [0.2.1 - Bugfix: resuming mlflow runs](https://github.com/ecmwf/anemoi-training/compare/0.2.0...0.2.1) - 2024-10-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors = [
{ name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "[email protected]" },
]

requires-python = ">=3.9"
requires-python = ">=3.9,<3.13" # Unable to use 3.13 until pyshtools updates

classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 0a8b9f6

Please sign in to comment.