From 336cc940bd4386de085d20b218f53db10591cb25 Mon Sep 17 00:00:00 2001 From: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:10:17 -0700 Subject: [PATCH] update required python version to 3.10 (#610) --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58eb3d02b..5a8b46ff83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index c0738a1e05..f9b6447c7d 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 = [ "torch>=2.0.0",