summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Kosmacher <73120774+kennykos@users.noreply.github.com>2023-03-18 15:00:03 -0500
committerGitHub <noreply@github.com>2023-03-18 15:00:03 -0500
commit0ce01e7e35e142d0ae94c1adf8fcd3c72ae449a6 (patch)
tree52af71bff6fe1ef58b9a245e4c0b3c35f6a47986
parent0f2b2c5fd75617d375d312ebc68c5cd9e45c1266 (diff)
Adding pymongo
-rw-r--r--environment.yml5
1 files changed, 3 insertions, 2 deletions
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