We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6541d8 commit 40bfaa6Copy full SHA for 40bfaa6
pyproject.toml
@@ -85,17 +85,17 @@ hyperopt = [
85
freqai = [
86
"scikit-learn",
87
"joblib",
88
- 'catboost; platform_machine != "aarch64"',
+ "catboost; 'arm' not in platform_machine",
89
"lightgbm",
90
"xgboost",
91
"tensorboard",
92
"datasieve>=0.1.5",
93
]
94
freqai_rl = [
95
- "torch",
+ "torch; sys_platform != 'darwin' or platform_machine != 'x86_64'",
96
"gymnasium",
97
- "stable-baselines3",
98
- "sb3-contrib",
+ "stable-baselines3; sys_platform != 'darwin' or platform_machine != 'x86_64'",
+ "sb3-contrib; sys_platform != 'darwin' or platform_machine != 'x86_64'",
99
"tqdm",
100
101
develop = [
0 commit comments