Skip to content

Commit 73938c7

Browse files
Add yfinance library to environment.yml. The library is used to load financial data.
1 parent bcaa826 commit 73938c7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

environment.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ dependencies:
2525
- pandas >=2.2
2626
- plotly >=5.2.0,<6
2727

28-
# R template project dependencies
29-
- pytask-r >=0.4.1
30-
- pyreadr
31-
- r-plyr
32-
- r-precommit
33-
- r-yaml
34-
- r-forcats
28+
# Data dependencies
29+
- yfinance
3530

3631
# Install project
3732
- pip: [-e ., pdbp, kaleido]

0 commit comments

Comments
 (0)