Skip to content

Commit c20af01

Browse files
Automated Minimum Dependency Updates (#2663)
Update minimum dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8d5df7 commit c20af01

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

featuretools/tests/requirement_files/minimum_dask_requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
cloudpickle==1.5.0
2+
dask[dataframe]==2022.11.1
3+
distributed==2022.11.1
24
holidays==0.17
35
numpy==1.21.0
46
packaging==20.0
57
pandas==1.5.0
68
psutil==5.6.6
79
scipy==1.10.0
810
tqdm==4.32.0
11+
woodwork==0.23.0
912
woodwork[dask]==0.23.0
10-
dask[dataframe]==2022.11.1
11-
distributed==2022.11.1

featuretools/tests/requirement_files/minimum_spark_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
cloudpickle==1.5.0
2-
holidays==0.13
2+
holidays==0.17
33
numpy==1.21.0
44
packaging==20.0
55
pandas==1.5.0
66
psutil==5.6.6
7+
pyarrow==3.0.0
78
pyspark==3.2.2
89
scipy==1.10.0
910
tqdm==4.32.0

featuretools/tests/requirement_files/minimum_test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ boto3==1.34.32
22
cloudpickle==1.5.0
33
composeml==0.8.0
44
graphviz==0.8.4
5-
holidays==0.13
5+
holidays==0.17
66
moto[all]==5.0.0
77
numpy==1.21.0
88
packaging==20.0
@@ -18,5 +18,5 @@ pytest==7.1.2
1818
scipy==1.10.0
1919
smart-open==5.0.0
2020
tqdm==4.32.0
21-
urllib3==1.26.18
21+
urllib3==1.26.5
2222
woodwork==0.23.0

0 commit comments

Comments
 (0)