From f91ed7275474b90366f890ef339977928c889984 Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:07:45 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d451858..a69e05c 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(fname): package_data=extra_files, python_requires=">=3.7", install_requires=[ - "WrightTools>=3.2.5", + "WrightTools>=3.5.3", "numpy", "scipy", "matplotlib",