From f25552e028bb57e26262f5aebb2c20c3d00ece0c Mon Sep 17 00:00:00 2001 From: John Wu Date: Sun, 3 Aug 2025 22:18:23 -0500 Subject: [PATCH] project toml changes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f39a8f960..4e6d65fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ authors = [ ] description = "A Python library for healthcare AI" readme = "README.rst" -requires-python = ">=3.13,<3.14" +requires-python = ">=3.10,<3.14" dependencies = [ "torch~=2.7.1", "torchvision", "transformers~=4.53.2", "rdkit==2025.3.3", - "scikit-learn!=1.7.0", + "scikit-learn~=1.7.0", "networkx==3.5", "mne~=1.10.0", "urllib3~=2.5.0",