Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Mar 14, 2024
1 parent 16a7651 commit 8f528b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf8") as fh:
long_description = fh.read()

dev = ["black", "datasetsforecast", "nbdev", "plotly", "python-dotenv", "statsforecast", "pre-commit"]
dev = ["black", "datasetsforecast", "nbdev", "plotly", "pre-commit", "python-dotenv", "statsforecast"]
distributed = ["dask[dataframe]", "fugue[ray]>=0.8.7", "pyspark", "ray[serve-grpc]"]
plotting = ["utilsforecast[plotting]>=0.0.5"]
date_extras = ["holidays"]
Expand Down

0 comments on commit 8f528b9

Please sign in to comment.