Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix requirement #77

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*/__pycache__
*.py[cod]
*$py.class
.idea/

# C extensions
*.so
Expand Down
58 changes: 39 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# wxPython
pandas
matplotlib==3.2.2
backtrader
pandas~=1.4.4
matplotlib==3.8.3
backtrader~=1.9.76.123
#pip install git+https://github.com/quantopian/pyfolio
backtrader_plotting
statsmodels
quantstats
requests
loguru
requests~=2.31.0
loguru~=0.5.3
binance-connector
numba
numba
pykalman
tables
scikit-learn
scikit-learn~=1.3.0
empyrical
stable-baselines==2.10.0
jupyter
Expand All @@ -21,31 +21,51 @@ jupyter
pyglet==1.5.0
tensorboard
tensortrade
yfinance
yfinance~=0.2.37
pandas_datareader

akshare
logbook
easyquotation
easytrader
akshare~=1.13.4
logbook~=1.5.3
easyquotation~=0.7.5
easytrader~=0.23.0
arrow
tushare
numpy
tushare~=1.2.81
numpy~=1.22.4
cython
# pyqlib # maybe manual
jqdatasdk
redis
pydantic
jqdatasdk~=1.9.3
redis~=3.5.3
pydantic~=1.10.14
python-dotenv
# attrdict

ddddocr==1.4.7
matplotlib==3.2.2
fastapi==0.88.0
fire==0.4.0
Flask==1.1.2
scipy==1.7.3
opencv-python>=4.6.0
# matplotlib==3.1.3 [tmp]
plotly==4.12.0
ruamel.yaml>=0.16.12

wxpython~=4.2.1
setuptools~=68.2.2
keras~=2.12.0
pytz~=2024.1
tqdm~=4.66.2
tensorflow~=2.12.0
simplejson~=3.19.2
bs4~=0.0.2
beautifulsoup4~=4.12.2
sqlalchemy~=2.0.28
python-dateutil~=2.9.0.post0
gym~=0.26.1
pymysql~=1.1.0
prometheus_client~=0.14.1
dataclasses~=0.8
pillow~=9.4.0
urllib3~=2.2.1
seaborn~=0.13.2
ipython~=8.15.0
starlette~=0.22.0
tabulate~=0.9.0
Loading