-
Notifications
You must be signed in to change notification settings - Fork 884
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update min versions for numpy, pandas, dask and woodwork (#2681)
* update deps * update min files * update release notes * fix reqs * fix again * bump min dask * more bumps
- Loading branch information
1 parent
17c7ae8
commit 3f9165e
Showing
4 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
featuretools/tests/requirement_files/minimum_core_requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
cloudpickle==1.5.0 | ||
holidays==0.17 | ||
numpy==1.21.0 | ||
numpy==1.25.0 | ||
packaging==20.0 | ||
pandas==1.5.0 | ||
psutil==5.6.6 | ||
pandas==2.0.0 | ||
psutil==5.7.0 | ||
scipy==1.10.0 | ||
tqdm==4.32.0 | ||
woodwork==0.23.0 | ||
woodwork==0.28.0 |
14 changes: 7 additions & 7 deletions
14
featuretools/tests/requirement_files/minimum_dask_requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
cloudpickle==1.5.0 | ||
dask[dataframe]==2022.11.1 | ||
distributed==2022.11.1 | ||
dask[dataframe]==2023.2.0 | ||
distributed==2023.2.0 | ||
holidays==0.17 | ||
numpy==1.21.0 | ||
numpy==1.25.0 | ||
packaging==20.0 | ||
pandas==1.5.0 | ||
psutil==5.6.6 | ||
pandas==2.0.0 | ||
psutil==5.7.0 | ||
scipy==1.10.0 | ||
tqdm==4.32.0 | ||
woodwork==0.23.0 | ||
woodwork[dask]==0.23.0 | ||
woodwork==0.28.0 | ||
woodwork[dask]==0.28.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters