diff --git a/build_helpers/TA_Lib-0.4.25-cp310-cp310-win_amd64.whl b/build_helpers/TA_Lib-0.4.25-cp310-cp310-win_amd64.whl deleted file mode 100644 index c6435da0d..000000000 Binary files a/build_helpers/TA_Lib-0.4.25-cp310-cp310-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.25-cp311-cp311-win_amd64.whl b/build_helpers/TA_Lib-0.4.25-cp311-cp311-win_amd64.whl deleted file mode 100644 index 4d55d18c8..000000000 Binary files a/build_helpers/TA_Lib-0.4.25-cp311-cp311-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.25-cp38-cp38-win_amd64.whl b/build_helpers/TA_Lib-0.4.25-cp38-cp38-win_amd64.whl deleted file mode 100644 index f2806db80..000000000 Binary files a/build_helpers/TA_Lib-0.4.25-cp38-cp38-win_amd64.whl and /dev/null differ diff --git a/build_helpers/TA_Lib-0.4.25-cp39-cp39-win_amd64.whl b/build_helpers/TA_Lib-0.4.25-cp39-cp39-win_amd64.whl deleted file mode 100644 index 0d4ceb3b4..000000000 Binary files a/build_helpers/TA_Lib-0.4.25-cp39-cp39-win_amd64.whl and /dev/null differ 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 new file mode 100644 index 000000000..466455a8c Binary files /dev/null and b/build_helpers/TA_Lib-0.4.26-cp310-cp310-win_amd64.whl 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 new file mode 100644 index 000000000..16f4f411a Binary files /dev/null and b/build_helpers/TA_Lib-0.4.26-cp311-cp311-win_amd64.whl 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 new file mode 100644 index 000000000..324502fb8 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.26-cp38-cp38-win_amd64.whl 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 new file mode 100644 index 000000000..389403041 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.26-cp39-cp39-win_amd64.whl differ diff --git a/build_helpers/install_windows.ps1 b/build_helpers/install_windows.ps1 index 36606cc3a..2fc21d317 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.8') { - pip install build_helpers\TA_Lib-0.4.25-cp38-cp38-win_amd64.whl + 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.25-cp39-cp39-win_amd64.whl + 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.25-cp310-cp310-win_amd64.whl + 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.25-cp311-cp311-win_amd64.whl + pip install build_helpers\TA_Lib-0.4.26-cp311-cp311-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 43d6728ee..0327f21e5 100644 --- a/docs/windows_installation.md +++ b/docs/windows_installation.md @@ -24,9 +24,9 @@ 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.25-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), Freqtrade provides these dependencies (in the binary wheel format) for the latest 3 Python versions (3.8, 3.9, 3.10 and 3.11) and for 64bit Windows. +These Wheels are also used by CI running on windows, and are therefore tested together with freqtrade. -Freqtrade provides these dependencies for the latest 3 Python versions (3.8, 3.9, 3.10 and 3.11) and for 64bit Windows. Other versions must be downloaded from the above link. ``` powershell @@ -45,8 +45,6 @@ freqtrade The above installation script assumes you're using powershell on a 64bit windows. Commands for the legacy CMD windows console may differ. -> Thanks [Owdr](https://github.com/Owdr) for the commands. Source: [Issue #222](https://github.com/freqtrade/freqtrade/issues/222) - ### Error during installation on Windows ``` bash diff --git a/requirements.txt b/requirements.txt index 4590f79a5..e09f8ba77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cachetools==4.2.2 requests==2.28.2 urllib3==1.26.15 jsonschema==4.17.3 -TA-Lib==0.4.25 +TA-Lib==0.4.26 technical==1.4.0 tabulate==0.9.0 pycoingecko==3.1.0