Skip to content

Commit f25552e

Browse files
author
John Wu
committed
project toml changes
1 parent 068c87d commit f25552e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ authors = [
2020
]
2121
description = "A Python library for healthcare AI"
2222
readme = "README.rst"
23-
requires-python = ">=3.13,<3.14"
23+
requires-python = ">=3.10,<3.14"
2424
dependencies = [
2525
"torch~=2.7.1",
2626
"torchvision",
2727
"transformers~=4.53.2",
2828
"rdkit==2025.3.3",
29-
"scikit-learn!=1.7.0",
29+
"scikit-learn~=1.7.0",
3030
"networkx==3.5",
3131
"mne~=1.10.0",
3232
"urllib3~=2.5.0",

0 commit comments

Comments
 (0)