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 feb5010 commit eb2642eCopy full SHA for eb2642e
CHANGELOG.md
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
### Dependencies
44
45
- Update `timm` dependency
46
+- Update minimum python version to 3.10
47
48
## [1.5.0] - 2024-04-17
49
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
"nvidia-modulus>=0.2.0",
0 commit comments