diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-13 13:31:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 13:31:31 -0500 |
| commit | 06d8da11abd8cfd65ba17aa563ea80befe47ac16 (patch) | |
| tree | 7af800df50a2bbcc54d6328c62edd8c19e4e47a4 /environment.yml | |
| parent | 8e3b0bfe3487044cce57d78d803b1c8f8cbe37c5 (diff) | |
Update environment to fix python to 3.9.0
Diffstat (limited to 'environment.yml')
| -rw-r--r-- | environment.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
