chore: align pyproject.toml platform limitations
This commit is contained in:
+4
-4
@@ -85,17 +85,17 @@ hyperopt = [
|
|||||||
freqai = [
|
freqai = [
|
||||||
"scikit-learn",
|
"scikit-learn",
|
||||||
"joblib",
|
"joblib",
|
||||||
'catboost; platform_machine != "aarch64"',
|
"catboost; 'arm' not in platform_machine",
|
||||||
"lightgbm",
|
"lightgbm",
|
||||||
"xgboost",
|
"xgboost",
|
||||||
"tensorboard",
|
"tensorboard",
|
||||||
"datasieve>=0.1.5",
|
"datasieve>=0.1.5",
|
||||||
]
|
]
|
||||||
freqai_rl = [
|
freqai_rl = [
|
||||||
"torch",
|
"torch; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||||||
"gymnasium",
|
"gymnasium",
|
||||||
"stable-baselines3",
|
"stable-baselines3; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||||||
"sb3-contrib",
|
"sb3-contrib; sys_platform != 'darwin' or platform_machine != 'x86_64'",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
]
|
]
|
||||||
develop = [
|
develop = [
|
||||||
|
|||||||
Reference in New Issue
Block a user