chore: revert ta-lib install workarounds

This commit is contained in:
Matthias
2025-06-09 09:22:10 +02:00
parent 4fe99e0333
commit 6b88c49e0a
4 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,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.3"
pip install -U wheel "numpy<3.0"
pip install --only-binary ta-lib --find-links=build_helpers\ ta-lib
pip install -r requirements-dev.txt