From 2995a9236151385d4adfde9429ca357a5ddaab24 Mon Sep 17 00:00:00 2001 From: Gus Powers Date: Tue, 6 Aug 2024 16:15:56 -0400 Subject: [PATCH] update env to Python 3.12 --- environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index ea0d0e9..cfe2c1d 100644 --- a/environment.yml +++ b/environment.yml @@ -3,10 +3,10 @@ channels: - defaults - conda-forge dependencies: - - python=3.11 + - python=3.12 - pip>=22.1 - - numpy=1.25 - - pandas=2.0 + - numpy=1.26 + - pandas=2 - seaborn=0.12 - ipykernel>=6.4 - jinja2>=2.11