Skip to content

Commit

Permalink
update required python version to 3.10 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Jul 23, 2024
1 parent 109dbcf commit 336cc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ intended for distributed message-passing.
### Dependencies

- Update DALI to CUDA 12 compatible version.
- Update minimum python version to 3.10

## [0.6.0] - 2024-04-17

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "A deep learning framework for AI-driven multi-physics systems"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
license = {text = "Apache 2.0"}
dependencies = [
"torch>=2.0.0",
Expand Down

0 comments on commit 336cc94

Please sign in to comment.