Skip to content

Commit

Permalink
Merge pull request #92 from nzw0301/order-by-name
Browse files Browse the repository at this point in the history
Change the order of dependecies by name
  • Loading branch information
contramundum53 committed Feb 26, 2024
2 parents ebc0c25 + 468760c commit 907a51a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@ all = [
"cma",
"distributed",
"fastai",
"lightning",
"gpytorch",
"mlflow",
"lightgbm",
"lightning",
"mlflow",
"mxnet",
"pandas",
"pytorch-ignite",
"shap",
"scikit-learn>=0.24.2",
"scikit-optimize",
"scipy>=1.9.2; python_version>='3.8'",
"shap",
"skorch",
"tensorboard",
"tensorflow",
"torch",
"wandb",
"xgboost",
"torch",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 907a51a

Please sign in to comment.