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",