diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-18 15:00:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 15:00:21 -0500 |
| commit | 451cc51b47b12ba7446e7e74bd73ce2af0e844ad (patch) | |
| tree | c2380d7f66ed947ac009ef8cbab8ae2b92bb8cbd /setup | |
| parent | 0ce01e7e35e142d0ae94c1adf8fcd3c72ae449a6 (diff) | |
adding pymongo
Diffstat (limited to 'setup')
| -rw-r--r-- | setup/environment.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/setup/environment.yml b/setup/environment.yml index e46ce03..75e134e 100644 --- a/setup/environment.yml +++ b/setup/environment.yml @@ -3,9 +3,10 @@ channels: - conda-forge - defaults dependencies: - - python=3.9.0 - numpy=1.23.5 + - openpyxl=3.1.1 - pandas=1.5.3 + - pymongo=4.3.3 + - python=3.9.0 - requests=2.28.2 - yfinance=0.2.12=pyhd8ed1ab_0 - - openpyxl=3.1.1 |
