-
Notifications
You must be signed in to change notification settings - Fork 883
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dask to latest and min dependency checkers (#2658)
* add dask to latest dependency checker * add dask to latest dependency checker * update min deps * update release notes * add dask min reqs file * fix min tests with spark
- Loading branch information
1 parent
2df1beb
commit 57d7ab9
Showing
5 changed files
with
36 additions
and
3 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
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
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
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
11 changes: 11 additions & 0 deletions
11
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cloudpickle==1.5.0 | ||
holidays==0.17 | ||
numpy==1.21.0 | ||
packaging==20.0 | ||
pandas==1.5.0 | ||
psutil==5.6.6 | ||
scipy==1.10.0 | ||
tqdm==4.32.0 | ||
woodwork[dask]==0.23.0 | ||
dask[dataframe]==2022.11.1 | ||
distributed==2022.11.1 |