116 Commits

Author SHA1 Message Date
Matthias 8eb2edc0e2 feat: support 3.14 in setup scripts 2026-04-01 07:24:33 +02:00
Matthias c02530759d feat: show supported versions for setup.sh script
as proposed in #12812
2026-02-10 19:50:06 +01:00
Matthias 236df5be6f chore: remove unnecessary pip flag
closes #12487
2025-11-07 19:45:05 +01:00
Matthias 9595936d73 chore: fix uv only install 2025-10-26 09:04:30 +01:00
Hanlei Qin 4fc5f33fa1 fix an omission 2025-10-25 15:16:20 +08:00
Hanlei Qin 9f7b7ef889 Use uv instead of pip if available 2025-10-25 12:33:14 +08:00
Hanlei Qin 119cadcb2b Replace pip with uv for package installations in setup.sh 2025-10-24 19:55:57 +08:00
Matthias a07e6183bb chore: simplify setup.sh 2025-08-14 10:17:53 +02:00
Matthias 7c84059b3a chore: drop support for pytohn 3.10 in setup scripts 2025-07-04 18:22:42 +02:00
Matthias 473a15c4ef chore: scripts should support 3.13 2025-06-04 07:20:58 +02:00
Matthias de2b8dcfdd feat: remove hdf5 dependencies and install logic 2025-01-06 13:21:16 +01:00
Matthias 878043ea3d chore: drop 3.9 support from setup.sh 2024-10-01 06:44:19 +02:00
Matthias 02621eee74 chore: remove pip version lock from instal scripts 2024-07-31 20:39:21 +02:00
Robert Davey 5effd62599 Fix setup.sh pip version 2024-06-26 16:25:40 +01:00
Matthias 9e9aacc102 Pin pip to 24.0 for the moment 2024-06-21 14:45:08 +02:00
Matthias 1e0782b626 Add support for python 3.12 in setup.sh
closes #10220
2024-05-18 15:05:14 +02:00
Matthias 86db888386 Install libomp from brew for macos
closes #9874
2024-03-09 17:41:10 +01:00
Matthias 4ef1647132 Setup.sh should require 3.9 2023-09-07 06:25:44 +02:00
smarmau d13357bb0c Update setup.sh
Fixed small typo
2023-08-31 19:26:11 +10:00
Matthias f92b8c50dd Update config echo block to store config in user_data 2023-08-20 13:55:03 +02:00
Matthias 7da0174937 Allow slightly different ta-lib installation locations in setup.sh script 2023-08-20 10:24:05 +02:00
Matthias 688018d9f2 Update setup.sh script to use .venv instead of .env 2023-08-16 18:51:24 +02:00
Matthias ea181645b0 setup.sh: Extract environment recration to function 2023-08-16 18:33:19 +02:00
Matthias f607b8abfb Silence pip download 2023-08-16 18:24:40 +02:00
Matthias 7266279768 Improve docs around pytho 3.11 2023-05-13 20:22:15 +02:00
Matthias 59d6ae17be Merge pull request #8327 from skinner12/develop
Support for python 3.11 via setup.sh script
2023-05-13 19:57:44 +02:00
Matthias 1c2dd884e9 Remove dependency workarounds in place for gym 2023-05-02 07:12:46 +02:00
Matthias 9bc17a9232 Downgrade wheel to isntall gym 2023-04-21 06:19:57 +00:00
Matthias 4ed670f828 pin pip installation to <23.1 - which breaks gym installation 2023-04-16 08:56:47 +02:00
robcaulk 48d3c8e62e fix model loading from disk bug, improve doc, clarify installation/docker instructions, add a torch tag to the freqairl docker image. Fix seriously outdated prediction_model docstrings 2023-04-08 12:09:53 +02:00
pbs fc6d7f012e Support for python 3.11 2023-03-13 17:34:34 +00:00
Joe Schr 02c0f91f4d fix: removes duplicated if branch 2023-02-03 16:16:30 +01:00
Joe Schr 3fd6d72984 setup.sh: fix truty/falsy return of check_git_changes() 2023-02-03 08:52:26 +01:00
Joe Schr 330461cf1e setup.sh: checks if git directory is dirty before bothering user with potentially scary question 2023-02-02 17:00:07 +01:00
Matthias ceaaac6c3a Improve install sequence to install ta-lib after user interactivity 2023-02-01 18:36:48 +00:00
Matthias 21618594b2 Update setup.sh queries to not ask redundant questions 2023-02-01 17:16:11 +00:00
Matthias d8583ab6e6 Bump setuptools in setup.sh 2023-02-01 11:06:30 +00:00
Matthias 322d4b5351 improve fix for setup.sh 2023-02-01 09:20:40 +00:00
Leonardo Custodio baf2090f9e Just change the docs 2023-01-31 12:42:39 -03:00
Leonardo Custodio 8b307357f3 Add to setup 2023-01-31 12:09:14 -03:00
robcaulk 4894d772ed merge develop into feat/freqai-rl-dev 2022-11-24 18:50:11 +01:00
Emre 335de760ed Enable --use-pep517 flag for freqai 2022-11-23 18:34:50 +03:00
robcaulk 936ca24482 separate RL install from general FAI install, update docs 2022-10-05 15:58:54 +02:00
robcaulk d43c146676 add more tests for datakitchen functionalities, add regression tests for freqai_interface train/backtest 2022-07-20 12:56:46 +02:00
Matthias c9761f4736 FreqUI should be installed by default when running setup.sh 2022-06-11 18:02:03 +02:00
Matthias 86af3fe0e7 Update image versions from 3.9 to 3.10 2022-05-15 19:22:12 +02:00
talentoscope 8e1cdb9103 Update setup.sh
Added curl to dependencies for Debian systems
2022-05-02 23:20:13 +01:00
Matthias 2d07cbce59 Fix bad pre-commit installation
closes #6713
2022-04-23 17:05:41 +02:00
RafaelDorigo e606051102 Fixed setup.sh 2022-04-09 11:53:47 +02:00
மனோஜ்குமார் பழனிச்சாமி 57af08fde7 updated requested changes in PR #6636 2022-04-05 10:21:07 +05:30