From 7ff16b00b5238224c47377ea80e37027faaac853 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Tue, 3 Dec 2024 14:50:18 +0000 Subject: [PATCH] Bump simplesat to 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17b5f6cc..d6fe72eb 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def read(fname): "edalize>=0.2.3", "pyparsing", "pyyaml", - "simplesat>=0.8.0", + "simplesat>=0.9.1", ], # Supported Python versions: 3.6+ python_requires=">=3.6, <4",