From 0ce01e7e35e142d0ae94c1adf8fcd3c72ae449a6 Mon Sep 17 00:00:00 2001 From: Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> Date: Sat, 18 Mar 2023 15:00:03 -0500 Subject: Adding pymongo --- environment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'environment.yml') diff --git a/environment.yml b/environment.yml index e46ce03..75e134e 100644 --- a/environment.yml +++ b/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