From 451cc51b47b12ba7446e7e74bd73ce2af0e844ad Mon Sep 17 00:00:00 2001 From: Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> Date: Sat, 18 Mar 2023 15:00:21 -0500 Subject: adding pymongo --- setup/environment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup') 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 -- cgit v1.2.3