From d638a30ee1ebb9140496f9cbe0f4c22fa887575c Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Mon, 5 Feb 2024 09:24:28 -0500 Subject: [PATCH] fix: updated cmakelists and bindings setup --- source/python/CMakeLists.txt | 2 +- source/python/setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/python/CMakeLists.txt b/source/python/CMakeLists.txt index eac8a570..011cfb11 100644 --- a/source/python/CMakeLists.txt +++ b/source/python/CMakeLists.txt @@ -1,6 +1,6 @@ # python binding. -find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module Development.Embed VERSION 3.10.13...3.12) +find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module Development.Embed VERSION 3.8.15...3.12) # recompile libsmoldyn for PYTHON. add_library(_pysmoldyn STATIC ${SRC_FILES} diff --git a/source/python/setup.py.in b/source/python/setup.py.in index b857ba94..ebc11554 100644 --- a/source/python/setup.py.in +++ b/source/python/setup.py.in @@ -63,7 +63,7 @@ setuptools.setup( "biosimulators-utils[logging]>=0.1.124", "numpy", "pandas", - "biosimulators-simularium>=0.5.27" + "biosimulators-simularium>=0.5.28" ], "biosimulators-dev": [ "flake8",