forked from AI4Finance-Foundation/FinRL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (40 loc) · 693 Bytes
/
Copy pathrequirements.txt
File metadata and controls
49 lines (40 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
alpaca_trade_api>=2.1.0
ccxt>=1.66.32 # make sure that >=1.66.32
elegantrl
exchange_calendars==3.6.3 # because raise exception with 4.1.1, success tested with 3.6.3
gputil
gymnasium
importlib-metadata==4.13.0
jqdatasdk
lz4
# plot
matplotlib
# data handling
numpy>=1.17.3
pandas>=1.1.5
#hooks
pre-commit
pyfolio
pyfolio-reloaded
# testing requirements
pytest
ray[default]
ray[tune]
recommonmark
# Model Building Requirements
scikit-learn>=0.21.0
# packaging
#setuptools>=41.4.0
setuptools>=65.5.0
# to build docs using sphinx
sphinx
sphinx_rtd_theme
SQLAlchemy
stable-baselines3[extra]
stockstats>=0.4.0
swig
tensorboardX
wheel>=0.33.6
wrds
# market data & paper trading API
yfinance