From 2aad1a29cbcf58bb7bc94f4eeedb259807d46e86 Mon Sep 17 00:00:00 2001 From: milanofthe Date: Thu, 9 Jul 2026 11:30:05 +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 dcb7dc1..527ae1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "pathsim", + "pathsim>=0.22", "numpy>=1.15", "scipy>=1.2", # JSBSim ships native code that can't be installed in Pyodide. The