diff --git a/build_helpers/TA_Lib-0.4.22-cp310-cp310-win_amd64.whl b/build_helpers/TA_Lib-0.4.22-cp310-cp310-win_amd64.whl deleted file mode 100644 index d3477abd1..000000000 Binary files a/build_helpers/TA_Lib-0.4.22-cp310-cp310-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.22-cp37-cp37m-win_amd64.whl b/build_helpers/TA_Lib-0.4.22-cp37-cp37m-win_amd64.whl deleted file mode 100644 index b8dd7f396..000000000 Binary files a/build_helpers/TA_Lib-0.4.22-cp37-cp37m-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.22-cp38-cp38-win_amd64.whl b/build_helpers/TA_Lib-0.4.22-cp38-cp38-win_amd64.whl deleted file mode 100644 index 0ac516db3..000000000 Binary files a/build_helpers/TA_Lib-0.4.22-cp38-cp38-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.22-cp39-cp39-win_amd64.whl b/build_helpers/TA_Lib-0.4.22-cp39-cp39-win_amd64.whl deleted file mode 100644 index c69b68e16..000000000 Binary files a/build_helpers/TA_Lib-0.4.22-cp39-cp39-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.23-cp310-cp310-win_amd64.whl b/build_helpers/TA_Lib-0.4.23-cp310-cp310-win_amd64.whl new file mode 100644 index 000000000..35d35d956 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.23-cp310-cp310-win_amd64.whl differ diff --git a/build_helpers/TA_Lib-0.4.23-cp37-cp37m-win_amd64.whl b/build_helpers/TA_Lib-0.4.23-cp37-cp37m-win_amd64.whl new file mode 100644 index 000000000..b06b09a7d Binary files /dev/null and b/build_helpers/TA_Lib-0.4.23-cp37-cp37m-win_amd64.whl differ diff --git a/build_helpers/TA_Lib-0.4.23-cp38-cp38-win_amd64.whl b/build_helpers/TA_Lib-0.4.23-cp38-cp38-win_amd64.whl new file mode 100644 index 000000000..b51557cac Binary files /dev/null and b/build_helpers/TA_Lib-0.4.23-cp38-cp38-win_amd64.whl differ diff --git a/build_helpers/TA_Lib-0.4.23-cp39-cp39-win_amd64.whl b/build_helpers/TA_Lib-0.4.23-cp39-cp39-win_amd64.whl new file mode 100644 index 000000000..eb5453f34 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.23-cp39-cp39-win_amd64.whl differ diff --git a/build_helpers/install_windows.ps1 b/build_helpers/install_windows.ps1 index f04869780..c982b3a05 100644 --- a/build_helpers/install_windows.ps1 +++ b/build_helpers/install_windows.ps1 @@ -6,16 +6,16 @@ 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.7') { - pip install build_helpers\TA_Lib-0.4.22-cp37-cp37m-win_amd64.whl + pip install build_helpers\TA_Lib-0.4.23-cp37-cp37m-win_amd64.whl } if ($pyv -eq '3.8') { - pip install build_helpers\TA_Lib-0.4.22-cp38-cp38-win_amd64.whl + pip install build_helpers\TA_Lib-0.4.23-cp38-cp38-win_amd64.whl } if ($pyv -eq '3.9') { - pip install build_helpers\TA_Lib-0.4.22-cp39-cp39-win_amd64.whl + pip install build_helpers\TA_Lib-0.4.23-cp39-cp39-win_amd64.whl } if ($pyv -eq '3.10') { - pip install build_helpers\TA_Lib-0.4.22-cp310-cp310-win_amd64.whl + pip install build_helpers\TA_Lib-0.4.23-cp310-cp310-win_amd64.whl } pip install -r requirements-dev.txt pip install -e . diff --git a/docs/windows_installation.md b/docs/windows_installation.md index f4be06db3..6f51dbf8f 100644 --- a/docs/windows_installation.md +++ b/docs/windows_installation.md @@ -23,7 +23,7 @@ git clone https://github.com/freqtrade/freqtrade.git Install ta-lib according to the [ta-lib documentation](https://github.com/mrjbq7/ta-lib#windows). -As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of unofficial pre-compiled windows Wheels [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib), which need to be downloaded and installed using `pip install TA_Lib‑0.4.22‑cp38‑cp38‑win_amd64.whl` (make sure to use the version matching your python version). +As compiling from source on windows has heavy dependencies (requires a partial visual studio installation), there is also a repository of unofficial pre-compiled windows Wheels [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib), which need to be downloaded and installed using `pip install TA_Lib-0.4.23-cp38-cp38-win_amd64.whl` (make sure to use the version matching your python version). Freqtrade provides these dependencies for the latest 3 Python versions (3.7, 3.8, 3.9 and 3.10) and for 64bit Windows. Other versions must be downloaded from the above link. diff --git a/requirements.txt b/requirements.txt index 147901edd..bdc0da750 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ cachetools==4.2.2 requests==2.26.0 urllib3==1.26.7 jsonschema==4.3.3 -TA-Lib==0.4.22 +TA-Lib==0.4.23 technical==1.3.0 tabulate==0.8.9 pycoingecko==2.2.0