We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d46fd2 commit 11f339fCopy full SHA for 11f339f
.github/workflows/ci.yml
@@ -486,9 +486,13 @@ jobs:
486
export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH
487
export TA_LIBRARY_PATH=${HOME}/dependencies/lib
488
export TA_INCLUDE_PATH=${HOME}/dependencies/include
489
+ echo "numpy<2.3.0" > constraints.txt
490
+ export UV_BUILD_CONSTRAINT=constraints.txt
491
uv pip install -r requirements-dev.txt
492
uv pip install -e ft_client/
493
uv pip install -e .
494
+ rm constraints.txt
495
+
496
497
- name: Tests incl. ccxt compatibility tests
498
env:
0 commit comments