diff --git a/build_helpers/TA_Lib-0.4.26-cp310-cp310-win_amd64.whl b/build_helpers/TA_Lib-0.4.26-cp310-cp310-win_amd64.whl deleted file mode 100644 index 466455a8c..000000000 Binary files a/build_helpers/TA_Lib-0.4.26-cp310-cp310-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.26-cp311-cp311-win_amd64.whl b/build_helpers/TA_Lib-0.4.26-cp311-cp311-win_amd64.whl deleted file mode 100644 index 16f4f411a..000000000 Binary files a/build_helpers/TA_Lib-0.4.26-cp311-cp311-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.26-cp38-cp38-win_amd64.whl b/build_helpers/TA_Lib-0.4.26-cp38-cp38-win_amd64.whl deleted file mode 100644 index 324502fb8..000000000 Binary files a/build_helpers/TA_Lib-0.4.26-cp38-cp38-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.26-cp39-cp39-win_amd64.whl b/build_helpers/TA_Lib-0.4.26-cp39-cp39-win_amd64.whl deleted file mode 100644 index 389403041..000000000 Binary files a/build_helpers/TA_Lib-0.4.26-cp39-cp39-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.27-cp310-cp310-win_amd64.whl b/build_helpers/TA_Lib-0.4.27-cp310-cp310-win_amd64.whl new file mode 100644 index 000000000..fba8f932a Binary files /dev/null and b/build_helpers/TA_Lib-0.4.27-cp310-cp310-win_amd64.whl differ diff --git a/build_helpers/TA_Lib-0.4.27-cp311-cp311-win_amd64.whl b/build_helpers/TA_Lib-0.4.27-cp311-cp311-win_amd64.whl new file mode 100644 index 000000000..63e6eacce Binary files /dev/null and b/build_helpers/TA_Lib-0.4.27-cp311-cp311-win_amd64.whl differ diff --git a/build_helpers/TA_Lib-0.4.27-cp38-cp38-win_amd64.whl b/build_helpers/TA_Lib-0.4.27-cp38-cp38-win_amd64.whl new file mode 100644 index 000000000..80a81af98 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.27-cp38-cp38-win_amd64.whl differ diff --git a/build_helpers/TA_Lib-0.4.27-cp39-cp39-win_amd64.whl b/build_helpers/TA_Lib-0.4.27-cp39-cp39-win_amd64.whl new file mode 100644 index 000000000..7b3fb91f9 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.27-cp39-cp39-win_amd64.whl differ diff --git a/build_helpers/install_windows.ps1 b/build_helpers/install_windows.ps1 index 2fc21d317..73a6eea06 100644 --- a/build_helpers/install_windows.ps1 +++ b/build_helpers/install_windows.ps1 @@ -1,21 +1,11 @@ -# Downloads don't work automatically, since the URL is regenerated via javascript. -# Downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib +# vendored Wheels compiled via https://github.com/xmatthias/ta-lib-python/tree/ta_bundled_040 python -m pip install --upgrade pip wheel $pyv = python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')" -if ($pyv -eq '3.8') { - pip install build_helpers\TA_Lib-0.4.26-cp38-cp38-win_amd64.whl -} -if ($pyv -eq '3.9') { - pip install build_helpers\TA_Lib-0.4.26-cp39-cp39-win_amd64.whl -} -if ($pyv -eq '3.10') { - pip install build_helpers\TA_Lib-0.4.26-cp310-cp310-win_amd64.whl -} -if ($pyv -eq '3.11') { - pip install build_helpers\TA_Lib-0.4.26-cp311-cp311-win_amd64.whl -} + +pip install --find-links=build_helpers\ TA-Lib + pip install -r requirements-dev.txt pip install -e . diff --git a/requirements.txt b/requirements.txt index ff2bf9995..a7832c87c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cachetools==5.3.1 requests==2.31.0 urllib3==2.0.3 jsonschema==4.18.3 -TA-Lib==0.4.26 +TA-Lib==0.4.27 technical==1.4.0 tabulate==0.9.0 pycoingecko==3.1.0