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",