Skip to content

Commit

Permalink
removing tables dependency and upgrading pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
omdv committed May 17, 2020
1 parent 46ee7a1 commit c552396
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file removed data/data.h5
Binary file not shown.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
numpy==1.11.0
pandas==0.20.3
numexpr==2.4.6
pandas_datareader==0.6.0
tables
numpy>=1.18.3
pandas>=1.0.3
numexpr>=2.6.2
pandas_datareader>=0.8.0
requests
seaborn
seaborn>=0.9.0
matplotlib
flask
pyfolio==0.8.0
pytz<2020.0,>=2019.3
git+https://github.com/robinhood-unofficial/pyrh.git#egg=pyrh
git+https://github.com/quantopian/empyrical
git+https://github.com/czielinski/portfolioopt

0 comments on commit c552396

Please sign in to comment.