We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109dbcf commit 336cc94Copy full SHA for 336cc94
CHANGELOG.md
@@ -71,6 +71,7 @@ intended for distributed message-passing.
71
### Dependencies
72
73
- Update DALI to CUDA 12 compatible version.
74
+- Update minimum python version to 3.10
75
76
## [0.6.0] - 2024-04-17
77
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
]
10
description = "A deep learning framework for AI-driven multi-physics systems"
11
readme = "README.md"
12
-requires-python = ">=3.8"
+requires-python = ">=3.10"
13
license = {text = "Apache 2.0"}
14
dependencies = [
15
"torch>=2.0.0",
0 commit comments