Skip to content

Commit

Permalink
update woodwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Sheni committed Dec 12, 2023
1 parent 8c6d2b9 commit f1adc37
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"psutil >= 5.6.6",
"scipy >= 1.10.0",
"tqdm >= 4.32.0",
"woodwork >= 0.23.0",
"woodwork >= 0.27.0",
]

[project.urls]
Expand Down Expand Up @@ -68,12 +68,11 @@ test = [
dask = [
"dask[dataframe] >= 2022.11.1",
"distributed >= 2022.11.1",
"woodwork[dask] >= 0.23.0",
"woodwork[dask] >= 0.27.0",
]
spark = [
"woodwork[spark] >= 0.23.0",
"woodwork[spark] >= 0.27.0",
"pyspark >= 3.2.2",
"numpy < 1.24.0",
"pandas < 2.0.0",
"pyarrow < 13.0.0",
]
Expand Down

0 comments on commit f1adc37

Please sign in to comment.