diff options
| author | kennykos <“gkosmacher01@gmail.com”> | 2023-03-09 18:25:43 -0600 |
|---|---|---|
| committer | kennykos <“gkosmacher01@gmail.com”> | 2023-03-09 18:25:43 -0600 |
| commit | 75e87b0ff2355e2e48aed881c0abdac298802867 (patch) | |
| tree | 8b4153af0ac524f3d09be43a2006132f1dddaf81 /environment.yml | |
| parent | b6b578249e447614f7a9e07c7b2343e625d21101 (diff) | |
adding env file for binder
Diffstat (limited to 'environment.yml')
| -rw-r--r-- | environment.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..f4334c3 --- /dev/null +++ b/environment.yml @@ -0,0 +1,9 @@ +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 |
