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 512d8ac commit 801cda7Copy full SHA for 801cda7
pyproject.toml
@@ -26,8 +26,8 @@ dependencies = [
26
27
[project.optional-dependencies]
28
extra = [
29
- # To allow avoiding the rdkit installation in JupyterLite
30
- "rdkit>=2024.9.6",
+ # To allow avoiding the rdkit installation in JupyterLite. Latest version supported by py 3.10.13.
+ "rdkit==2024.3.2",
31
]
32
tests = [
33
"coverage[toml]>=5.3",
0 commit comments