Skip to content

Commit

Permalink
Match deps to woodwork 0.28.0 and raise min woodwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Feb 6, 2024
1 parent c884d8d commit 53e4f0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
boto3==1.17.46
boto3==1.34.32
cloudpickle==1.5.0
composeml==0.8.0
graphviz==0.8.4
holidays==0.13
moto[all]==5.0.0
numpy==1.21.0
numpy==1.25.0
packaging==20.0
pandas==1.5.0
pip==21.3.1
psutil==5.6.6
pyarrow==3.0.0
pyarrow==14.0.1
pympler==0.8
pytest-cov==3.0.0
pytest-timeout==2.1.0
Expand All @@ -19,4 +19,4 @@ scipy==1.10.0
smart-open==5.0.0
tqdm==4.32.0
urllib3==1.26.18
woodwork==0.23.0
woodwork==0.28.0
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ requires-python = ">=3.9,<4"
dependencies = [
"cloudpickle >= 1.5.0",
"holidays >= 0.17",
"numpy >= 1.21.0",
"numpy >= 1.25.0, <2.0.0",
"packaging >= 20.0",
"pandas >= 1.5.0,<2.2.0",
"psutil >= 5.6.6",
"scipy >= 1.10.0",
"tqdm >= 4.32.0",
"woodwork >= 0.23.0",
"woodwork >= 0.28.0",
]

[project.urls]
Expand All @@ -50,12 +50,12 @@ dependencies = [

[project.optional-dependencies]
test = [
"boto3 >= 1.17.46",
"boto3 >= 1.34.32",
"composeml >= 0.8.0",
"graphviz >= 0.8.4",
"moto[all] >= 5.0.0",
"pip >= 21.3.1",
"pyarrow >= 3.0.0,<13.0.0",
"pyarrow >= 14.0.1",
"pympler >= 0.8",
"pytest >= 7.1.2",
"pytest-cov >= 3.0.0",
Expand All @@ -74,7 +74,7 @@ spark = [
"pyspark >= 3.2.2",
"numpy < 1.24.0",
"pandas < 2.0.0",
"pyarrow < 13.0.0",
"pyarrow >= 14.0.1",
]
updater = [
"alteryx-open-src-update-checker >= 2.1.0"
Expand Down

0 comments on commit 53e4f0b

Please sign in to comment.