Skip to content

Commit

Permalink
feat: update to talib 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Jan 24, 2025
1 parent 32a6bdf commit 19e213d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
uses: astral-sh/setup-uv@v5
- name: Install talib
run: |
wget https://github.com/Yvictor/polars_ta_extension/releases/download/0.1.0/ta-lib-0.4.0-src.tar.gz
tar -xzf ta-lib-0.4.0-src.tar.gz
cd ta-lib
wget https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-src.tar.gz
tar -xzf ta-lib-0.6.4-src.tar.gz
cd ta-lib-0.6.4
./configure
make
sudo make install
cd ..
rm -rf ta-lib
rm -rf ta-lib-0.6.4
env:
TA_INCLUDE_PATH: ${{ github.workspace }}/dependencies/include
TA_LIBRARY_PATH: ${{ github.workspace }}/dependencies/lib
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
"hypothesis",
"pytest-memray==1.4.0; python_version >= '3.8'",
"pytest-benchmark",
"ta-lib==0.5.3",
"ta-lib==0.6.1",
]


Expand Down

0 comments on commit 19e213d

Please sign in to comment.