Skip to content

Commit 7c5a876

Browse files
github-actions[bot]create-or-update-pull-requestkuelumbus
authored
🤖 Bump RDKit version to Release_2025_09_6 (#149) [skip ci]
* Set RDKit version to Release_2025_09_6 * Addressing ``conan profile detect --exist-ok`` instead of ``--force`` Fixes #150 --------- Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com> Co-authored-by: Christopher Kuenneth <christopher.kuenneth@gmail.com>
1 parent 571f614 commit 7c5a876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools.command.build_ext import build_ext as build_ext_orig
1313

1414
# RDKit version to build (tag from github repository)
15-
rdkit_tag = "Release_2025_09_5"
15+
rdkit_tag = "Release_2025_09_6"
1616

1717
with open("README.md", "r", encoding="utf-8") as fh:
1818
long_description = fh.read()
@@ -38,7 +38,7 @@ def conan_install(self, boost_version, conan_toolchain_path):
3838
"""Run the Conan"""
3939

4040
# Create default profile if it doesn't exist (Conan 2 requirement)
41-
check_call(["conan", "profile", "detect", "--force"])
41+
check_call(["conan", "profile", "detect", "--exist-ok"])
4242

4343
# This modified conanfile.py for boost does not link libpython*.so
4444
# When building a platform wheel, we don't want to link libpython*.so.

0 commit comments

Comments
 (0)