Skip to content

Commit

Permalink
chore: clean up install_windows call
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 13, 2024
1 parent f11fe14 commit cc7b1a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build_helpers/install_windows.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# 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}')"
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
Expand Down

0 comments on commit cc7b1a5

Please sign in to comment.