Skip to content

Commit 336cc94

Browse files
authored
update required python version to 3.10 (#610)
1 parent 109dbcf commit 336cc94

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
@@ -71,6 +71,7 @@ intended for distributed message-passing.
7171
### Dependencies
7272

7373
- Update DALI to CUDA 12 compatible version.
74+
- Update minimum python version to 3.10
7475

7576
## [0.6.0] - 2024-04-17
7677

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
"torch>=2.0.0",

0 commit comments

Comments
 (0)