From 8bbdcf03e5cf0d2812ae65be63f61ff436fa3a95 Mon Sep 17 00:00:00 2001 From: "Tristan F." Date: Mon, 13 Oct 2025 21:52:13 -0700 Subject: [PATCH] chore(environment.yml): bump pip --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index db79a9b0f..124b048c9 100644 --- a/environment.yml +++ b/environment.yml @@ -24,7 +24,7 @@ dependencies: - tabulate=0.9.0 # toolchain deps - - pip=22.1 + - pip=25.2 # This should be the same as requires-python minus the >=. - python=3.11