diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-13 13:22:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 13:22:02 -0500 |
| commit | 8e3b0bfe3487044cce57d78d803b1c8f8cbe37c5 (patch) | |
| tree | f033ede7b3b855af02c4a331405728af93c3904e /environment.yml | |
| parent | 28c1eff12954a8c24d88fa4df036bd7221c919f3 (diff) | |
| parent | d92093d87deee8b0a03a13af4a53f78753e9ab77 (diff) | |
Merge pull request #4 from kennykos/1-set-up-binder
1 set up binder
Diffstat (limited to 'environment.yml')
| -rw-r--r-- | environment.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..9898f22 --- /dev/null +++ b/environment.yml @@ -0,0 +1,10 @@ +name: toriis +channels: + - conda-forge + - defaults +dependencies: + - 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 |
