Skip to content

Commit

Permalink
chore: update pip-install command for windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 16, 2024
1 parent d992772 commit a5907db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helpers/install_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python -m pip install --upgrade pip
python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"

pip install -U wheel "numpy<2"
pip install --no-build --find-links=build_helpers\ ta-lib
pip install --only-binary ta-lib --find-links=build_helpers\ ta-lib

pip install -r requirements-dev.txt
pip install -e .

0 comments on commit a5907db

Please sign in to comment.