From cbb812c46fb8ee5937c5d869efc585fd24eb55a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20F=C3=A9lix?= Date: Wed, 25 Oct 2023 16:09:21 +0100 Subject: [PATCH] test with new rdkit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fa2c2b..90da550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: matrix: os: ["ubuntu-latest", "macos-latest"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - rdkit-version: ["2022.09.02"] + rdkit-version: ["2023.9.1"] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4