diff options
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 |
