From e37e6d7eae7eeb8c33830c44d84efd5bfe315079 Mon Sep 17 00:00:00 2001 From: milanofthe Date: Thu, 9 Jul 2026 11:30:09 +0200 Subject: [PATCH] Declare pathsim>=0.22 as minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75f2b14..82ecdf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "pathsim", + "pathsim>=0.22", "numpy>=1.15,<2", "scipy>=1.2", # If a dependency ships native code that can't be installed in Pyodide,