-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See release notes.
- Loading branch information
Showing
861 changed files
with
10,057 additions
and
3,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
pip install $REPO_DIR | ||
pip install -U jupytext numpy | ||
jupytext --to notebook $REPO_DIR/docs/**/*.md | ||
# Ensure nautilus is working | ||
python -c "from nautilus_trader.model.tick_scheme.implementations.tiered import TieredTickScheme" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
aiodns==3.0.0 | ||
aiohttp==3.8.1; python_version >= "3.6" | ||
aiosignal==1.2.0; python_version >= "3.6" | ||
async-timeout==4.0.2; python_version >= "3.6" | ||
attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" | ||
bokeh==2.4.2; python_version >= "3.7" | ||
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" | ||
cffi==1.15.0 | ||
charset-normalizer==2.0.9; python_full_version >= "3.6.0" and python_version >= "3.6" | ||
click==7.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" | ||
cloudpickle==2.0.0; python_version >= "3.7" | ||
colorama==0.4.4; python_version >= "2.7" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and platform_system == "Windows" | ||
cycler==0.11.0; python_version >= "3.7" | ||
cython==3.0.0a9; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") | ||
dask==2021.12.0; python_version >= "3.7" | ||
deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" | ||
distributed==2021.12.0; python_version >= "3.7" | ||
fonttools==4.28.5; python_version >= "3.7" | ||
frozenlist==1.2.0; python_version >= "3.6" | ||
fsspec==2021.11.1; python_version >= "3.6" | ||
heapdict==1.0.1; python_version >= "3.7" | ||
hiredis==2.0.0; python_version >= "3.6" | ||
idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" | ||
jinja2==3.0.3; python_version >= "3.7" | ||
kiwisolver==1.3.2; python_version >= "3.7" | ||
locket==0.2.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" | ||
lxml==4.7.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" | ||
markupsafe==2.0.1; python_version >= "3.7" | ||
matplotlib==3.5.1; python_version >= "3.7" | ||
msgpack==1.0.3 | ||
multidict==5.2.0; python_version >= "3.6" | ||
multitasking==0.0.10 | ||
numpy==1.21.5; python_version >= "3.7" and python_version < "3.11" | ||
orjson==3.6.5; python_version >= "3.7" | ||
packaging==21.3; python_version >= "3.7" | ||
pandas==1.3.5; python_full_version >= "3.7.1" | ||
partd==1.2.0; python_version >= "3.7" | ||
pillow==8.4.0; python_version >= "3.7" | ||
psutil==5.9.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") | ||
pyarrow==6.0.1; python_version >= "3.6" | ||
pycares==4.1.2 | ||
pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" | ||
pydantic==1.8.2; python_full_version >= "3.6.1" | ||
pyparsing==3.0.6; python_version >= "3.7" | ||
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version >= "3.7" | ||
pytz==2021.3 | ||
pyyaml==6.0; python_version >= "3.7" | ||
quantstats==0.0.47 | ||
redis==4.1.0; python_version >= "3.6" | ||
requests==2.26.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" | ||
scipy==1.7.3; python_version >= "3.7" and python_version < "3.11" | ||
seaborn==0.11.2; python_version >= "3.6" | ||
setuptools-scm==6.3.2; python_version >= "3.7" | ||
six==1.16.0; python_full_version >= "3.7.1" | ||
sortedcontainers==2.4.0; python_version >= "3.7" | ||
tabulate==0.8.9 | ||
tblib==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" | ||
toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") | ||
tomli==2.0.0; python_version >= "3.7" | ||
toolz==0.11.2; python_version >= "3.7" | ||
tornado==6.1; python_version >= "3.8" | ||
tqdm==4.62.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") | ||
typing-extensions==4.0.1; python_version >= "3.7" and python_full_version >= "3.6.1" | ||
urllib3==1.26.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" | ||
uvloop==0.16.0; sys_platform != "win32" | ||
wrapt==1.13.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" | ||
yarl==1.7.2; python_version >= "3.6" | ||
yfinance==0.1.67 | ||
zict==2.0.0; python_version >= "3.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python-3.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.