From eb2642e899405de52e958040c53efa303415cdbe Mon Sep 17 00:00:00 2001 From: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:12:06 -0700 Subject: [PATCH] Update required python version to 3.10 (#167) --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8248f23b..1b69bff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7f0049d2..557f1d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",