summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Kosmacher <73120774+kennykos@users.noreply.github.com>2023-03-13 13:32:00 -0500
committerGitHub <noreply@github.com>2023-03-13 13:32:00 -0500
commit0f2b2c5fd75617d375d312ebc68c5cd9e45c1266 (patch)
treee0af95380ff2ed84c1215ddd500f38453abb66f1
parent06d8da11abd8cfd65ba17aa563ea80befe47ac16 (diff)
Update environment to fix python to 3.9.0
-rw-r--r--setup/environment.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup/environment.yml b/setup/environment.yml
index 9898f22..e46ce03 100644
--- a/setup/environment.yml
+++ b/setup/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