Unverified Commit 82a9917e authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #2415 from nd-02110114/hotfix-rdkit-import-errors

Pin the old version of RDKit for Colab
parents 3e8c37fe c8d819c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ default_channels = [
    "omnia",
]
default_packages = [
    "rdkit",
    "rdkit=2020.09.02",
    "openmm",
    "pdbfixer",
]