From 2354680c880edf4ee459f41579668517b045457a Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Fri, 14 Apr 2023 12:35:11 -0400 Subject: [PATCH] Bump SOXS minimum version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bc12d15..88f9b8a8 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "scipy", "yt>=4.1.3", "unyt>=2.9.3", - "soxs>=4.2.1", + "soxs>=4.5.1", "tqdm", ], include_package_data=True,