Skip to content

Commit b36399c

Browse files
authored
more bug fixes (#533)
Co-authored-by: John Wu <[email protected]> More dependency fixes such that readthedocs can install dependencies properly.
1 parent 0328517 commit b36399c

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
@@ -25,9 +25,9 @@ dependencies = [
2525
"torch~=2.7.1",
2626
"torchvision",
2727
"transformers~=4.53.2",
28-
"rdkit==2025.3.3",
28+
"rdkit",
2929
"scikit-learn~=1.7.0",
30-
"networkx==3.5",
30+
"networkx",
3131
"mne~=1.10.0",
3232
"urllib3~=2.5.0",
3333
"numpy~=1.26.4",

0 commit comments

Comments
 (0)