Skip to content

Commit

Permalink
add polars to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 10, 2023
1 parent 818847e commit 85a84df
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 @@ -21,7 +21,7 @@ ray_requirements = fugue[ray]>=0.8.1 protobuf>=3.15.3,<4.0.0
dask_requirements = fugue[dask]>=0.8.1
spark_requirements = fugue[spark]>=0.8.1
plotly_requirements = plotly plotly-resampler
dev_requirements = nbdev black mypy flake8 ray<2.8 protobuf>=3.15.3,<4.0.0 matplotlib pmdarima prophet scikit-learn fugue[dask,ray,spark]>=0.8.1 datasetsforecast supersmoother nbdev_plotly
dev_requirements = nbdev black mypy flake8 ray<2.8 protobuf>=3.15.3,<4.0.0 matplotlib pmdarima polars prophet pyarrow scikit-learn fugue[dask,ray,spark]>=0.8.1 datasetsforecast supersmoother nbdev_plotly
nbs_path = nbs
doc_path = _docs
recursive = True
Expand Down

0 comments on commit 85a84df

Please sign in to comment.