Skip to content

Commit ec1aee1

Browse files
committed
chore: reorder pyproject.toml dependencies
1 parent 9524fc0 commit ec1aee1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,25 @@ dependencies = [
7777
# Requirements used for submodules
7878
plot = ["plotly>=4.0"]
7979
hyperopt = [
80-
"scipy",
81-
"scikit-learn",
82-
"optuna > 4.0.0",
8380
"cmaes",
8481
"filelock",
82+
"optuna > 4.0.0",
83+
"scikit-learn",
84+
"scipy",
8585
]
8686
freqai = [
87-
"scikit-learn",
87+
"datasieve>=0.1.5",
8888
"joblib",
8989
"lightgbm",
90-
"xgboost",
90+
"scikit-learn",
9191
"tensorboard",
92-
"datasieve>=0.1.5",
92+
"xgboost",
9393
]
9494
freqai_rl = [
95-
"torch; sys_platform != 'darwin' or platform_machine != 'x86_64'",
9695
"gymnasium",
97-
"stable-baselines3; sys_platform != 'darwin' or platform_machine != 'x86_64'",
9896
"sb3-contrib; sys_platform != 'darwin' or platform_machine != 'x86_64'",
97+
"stable-baselines3; sys_platform != 'darwin' or platform_machine != 'x86_64'",
98+
"torch; sys_platform != 'darwin' or platform_machine != 'x86_64'",
9999
"tqdm",
100100
]
101101
develop = [
@@ -118,10 +118,10 @@ develop = [
118118
"types-tabulate",
119119
]
120120
jupyter = [
121-
"jupyter",
122-
"nbstripout",
123121
"ipykernel",
122+
"jupyter",
124123
"nbconvert",
124+
"nbstripout",
125125
]
126126
all = [
127127
"freqtrade[plot,hyperopt,freqai,freqai_rl,jupyter]",

0 commit comments

Comments
 (0)