Skip to content

Commit

Permalink
Update required python version to 3.10 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Jul 23, 2024
1 parent feb5010 commit eb2642e
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 @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Dependencies

- Update `timm` dependency
- Update minimum python version to 3.10

## [1.5.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 = [
"nvidia-modulus>=0.2.0",
Expand Down

0 comments on commit eb2642e

Please sign in to comment.