We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068c87d commit f25552eCopy full SHA for f25552e
1 file changed
pyproject.toml
@@ -20,13 +20,13 @@ authors = [
20
]
21
description = "A Python library for healthcare AI"
22
readme = "README.rst"
23
-requires-python = ">=3.13,<3.14"
+requires-python = ">=3.10,<3.14"
24
dependencies = [
25
"torch~=2.7.1",
26
"torchvision",
27
"transformers~=4.53.2",
28
"rdkit==2025.3.3",
29
- "scikit-learn!=1.7.0",
+ "scikit-learn~=1.7.0",
30
"networkx==3.5",
31
"mne~=1.10.0",
32
"urllib3~=2.5.0",
0 commit comments