diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-10 13:24:32 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 13:24:32 -0600 |
| commit | b99a8f2e5e0e77f5a05c93d0b27bb79ac7b48896 (patch) | |
| tree | b83c11e0ab0d15b37f0b739d8716800022f334a3 /environment.yml | |
| parent | 4e03f54aa1f4e7648b3d3498bc1f173106c10334 (diff) | |
| parent | 2d7b47b8f44b52d21e8df9ca1bce2c5cbd998944 (diff) | |
Merge pull request #1 from kennykos/2-set-up-binder-1
2 set up binder 1
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 |
