Skip to content

Commit 0328517

Browse files
authored
project toml changes (#531)
Co-authored-by: John Wu <johnwu3@sunlab-work-01.cs.illinois.edu> Override, because otherwise we would be stuck here forever (as Zhenbang is out and I can only work on this during the weekends), even if it makes our commit history a little uglier.
1 parent 068c87d commit 0328517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)