Skip to content

Commit

Permalink
try to remove tsfresh from complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Feb 22, 2024
1 parent a63444a commit 308c66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test = [
dask = [
"dask[dataframe] >= 2022.11.1",
"distributed >= 2022.11.1",
"woodwork[dask] >= 0.23.0",
"woodwork[dask] >= 0.28.0",
]
spark = [
"woodwork[spark] >= 0.28.0",
Expand Down Expand Up @@ -112,7 +112,7 @@ dev = [
"featuretools[docs,dask,spark,test]",
]
complete = [
"featuretools[autonormalize,sklearn,dask,spark,sql,tsfresh,updater]",
"featuretools[autonormalize,sklearn,dask,spark,sql,updater]",
]

[tool.setuptools]
Expand Down

0 comments on commit 308c66e

Please sign in to comment.