Skip to content

Commit

Permalink
fix: updated cmakelists and bindings setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Feb 5, 2024
1 parent a619d62 commit d638a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion source/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d638a30

Please sign in to comment.