Skip to content

Commit eb2642e

Browse files
authored
Update required python version to 3.10 (#167)
1 parent feb5010 commit eb2642e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
### Dependencies
4444

4545
- Update `timm` dependency
46+
- Update minimum python version to 3.10
4647

4748
## [1.5.0] - 2024-04-17
4849

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "A deep learning framework for AI-driven multi-physics systems"
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.10"
1313
license = {text = "Apache 2.0"}
1414
dependencies = [
1515
"nvidia-modulus>=0.2.0",

0 commit comments

Comments
 (0)