From 5da7fd637f80382758204701052f02355ab500a2 Mon Sep 17 00:00:00 2001 From: oorzkws <65210810+oorzkws@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:58:49 -0600 Subject: [PATCH] prevent circular dependency from requirement --- info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.json b/info.json index d515037b..3a87bdc0 100644 --- a/info.json +++ b/info.json @@ -9,7 +9,7 @@ "description": "Control the means of production with new logistic and storage structures. Works either as a standalone mod or alongside the rest of the pY modpack.", "dependencies": [ "base >= 1.1.74", - "pypostprocessing >= 0.2.27", + "~pypostprocessing >= 0.2.27", "? pycoalprocessing >= 1.0.6", "? pyfusionenergy >= 1.0.3" ],