Skip to content

Commit 801cda7

Browse files
chore: rdkit version
1 parent 512d8ac commit 801cda7

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
@@ -26,8 +26,8 @@ dependencies = [
2626

2727
[project.optional-dependencies]
2828
extra = [
29-
# To allow avoiding the rdkit installation in JupyterLite
30-
"rdkit>=2024.9.6",
29+
# To allow avoiding the rdkit installation in JupyterLite. Latest version supported by py 3.10.13.
30+
"rdkit==2024.3.2",
3131
]
3232
tests = [
3333
"coverage[toml]>=5.3",

0 commit comments

Comments
 (0)