snakemake/3609.patch
Benjamin A. Beasley 1118337fcf Allow PuLP 3.2
2025-05-29 07:36:09 -04:00

22 lines
578 B
Diff

From 1360aae69dc344923143bf524a5d3b7d0a46ec05 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Thu, 29 May 2025 07:33:21 -0400
Subject: [PATCH] chore: Allow PuLP 3.2
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 646b4c4c2..124eb4c62 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
"nbformat",
"packaging",
"psutil",
- "pulp>=2.3.1,<3.2",
+ "pulp>=2.3.1,<3.3",
"pyyaml",
"requests>=2.8.1,<3.0",
"reretry",