Skip to content

Commit

Permalink
add *.whl for wxpython and talib
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed Jul 29, 2024
1 parent d4fb20c commit 4d5b7fa
Show file tree
Hide file tree
Showing 20 changed files with 44 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.h5 filter=lfs diff=lfs merge=lfs -text
investool/main filter=lfs diff=lfs merge=lfs -text
plugins/investool/investool filter=lfs diff=lfs merge=lfs -text
plugins/investool/investool* filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
dev/wxPython-4.2.0-cp38-cp38-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
dev/wxPython-4.2.0-cp39-cp39-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
dev/wxPython-4.2.1-cp38-cp38-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text

File renamed without changes.
Binary file added dev/TA_Lib-0.4.21-cp38-cp38-win_amd64.whl
Binary file not shown.
Binary file added dev/TA_Lib-0.4.28-cp38-cp38-linux_x86_64.whl
Binary file not shown.
Binary file added dev/TA_Lib-0.4.28-cp38-cp38-win32.whl
Binary file not shown.
Binary file added dev/TA_Lib-0.4.28-cp38-cp38-win_amd64.whl
Binary file not shown.
Binary file added dev/TA_Lib-0.4.28-cp39-cp39-linux_x86_64.whl
Binary file not shown.
Binary file added dev/TA_Lib-0.4.28-cp39-cp39-win32.whl
Binary file not shown.
Binary file added dev/TA_Lib-0.4.28-cp39-cp39-win_amd64.whl
Binary file not shown.
File renamed without changes.
30 changes: 30 additions & 0 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# wxPython # use dev/wxPython-4.2.0-cp38-cp38-linux_x86_64.whl
pandas
matplotlib==3.2.2
backtrader
git+https://github.com/quantopian/pyfolio
backtrader_plotting
scipy
statsmodels
quantstats
requests
loguru
binance-connector
# ta-lib # use dev/TA_Lib-0.4.28-cp38-cp38-linux_x86_64.whl
numpy
pillow
pykalman
# tables
IPython
scikit-learn
empyrical
jupyter
# gym[all]
pyglet==1.5.0
tensorboard
tensortrade
yfinance
efinance
akshare
baostock
pandas_datareader
3 changes: 3 additions & 0 deletions dev/wxPython-4.2.0-cp38-cp38-linux_x86_64.whl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dev/wxPython-4.2.0-cp39-cp39-linux_x86_64.whl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dev/wxPython-4.2.1-cp38-cp38-linux_x86_64.whl
Git LFS file not shown
Binary file not shown.
Binary file added dev/wxPython-4.2.1-cp38-cp38-win32.whl
Binary file not shown.
Binary file added dev/wxPython-4.2.1-cp38-cp38-win_amd64.whl
Binary file not shown.
Binary file not shown.
Binary file added dev/wxPython-4.2.1-cp39-cp39-win32.whl
Binary file not shown.
Binary file added dev/wxPython-4.2.1-cp39-cp39-win_amd64.whl
Binary file not shown.

0 comments on commit 4d5b7fa

Please sign in to comment.