From 559f8f11a484086627459000b780e5eb3d89fac5 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:35:14 -0500 Subject: [PATCH] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 06d5fc29b..3ce0cefa9 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge - defaults dependencies: - - python >=3.8,<3.13 + - python >=3.8 - astroid - boltons >=20.1 - bottleneck >=1.3.1