From 06d8da11abd8cfd65ba17aa563ea80befe47ac16 Mon Sep 17 00:00:00 2001 From: Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:31:31 -0500 Subject: Update environment to fix python to 3.9.0 --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 9898f22..e46ce03 100644 --- a/environment.yml +++ b/environment.yml @@ -3,8 +3,9 @@ channels: - conda-forge - defaults dependencies: + - python=3.9.0 - numpy=1.23.5 - pandas=1.5.3 - requests=2.28.2 - yfinance=0.2.12=pyhd8ed1ab_0 - - openpyxl=3.1.1 \ No newline at end of file + - openpyxl=3.1.1 -- cgit v1.2.3