From 6e0a997ad7b0f744bd30830df37ded43a6c6428b Mon Sep 17 00:00:00 2001 From: mmcky Date: Sat, 2 Nov 2024 13:40:36 +1100 Subject: [PATCH] TST: upgrade anaconda and software stack --- environment.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/environment.yml b/environment.yml index 270024e8..5787c78b 100644 --- a/environment.yml +++ b/environment.yml @@ -2,15 +2,11 @@ name: lecture-datascience channels: - default dependencies: - - python=3.9 - - anaconda=2022.10 + - python=3.12 + - anaconda=2024.06 - pip - pip: # Build Requirements - - pandas == 1.5.3 - - matplotlib <= 3.8.4 - - pandas-datareader == 0.10.0 - - numpy == 1.23.5 - jupyter-book==0.15.1 - docutils==0.17.1 - quantecon-book-theme==0.4.1