Skip to content

Commit

Permalink
update dev reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 6, 2024
1 parent 9c3be66 commit 5e1944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ aws_requirements = fsspec[s3]
gcp_requirements = fsspec[gcs]
azure_requirements = fsspec[adl]
polars_requirements = polars[numpy]
dev_requirements = black>=24 datasetsforecast gitpython holidays<0.21 lightgbm matplotlib mlflow>=2.10.0 mypy nbdev<2.3.26 pre-commit polars[numpy] pyarrow ruff shap statsmodels xgboost
dev_requirements = black>=24 datasetsforecast>=1 gitpython holidays<0.21 lightgbm matplotlib mlflow>=2.10.0 mypy nbdev<2.3.26 numpy>=2 pandas>=2.2.2 pre-commit polars[numpy] pyarrow ruff setuptools shap statsmodels xgboost
nbs_path = nbs
doc_path = _docs
recursive = True
Expand Down

0 comments on commit 5e1944a

Please sign in to comment.