Add windows wheel for ta-lib on python 3.11

This commit is contained in:
Matthias 2023-02-10 07:17:12 +01:00
parent 22cbc16238
commit d47d8c135b
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -14,5 +14,8 @@ if ($pyv -eq '3.9') {
if ($pyv -eq '3.10') {
pip install build_helpers\TA_Lib-0.4.25-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 -r requirements-dev.txt
pip install -e .