Skip to content

Commit

Permalink
Restrict upper limit of dask and distributed to 2022.10.1 (#2347)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update release_notes.rst
  • Loading branch information
gsheni authored Oct 31, 2022
1 parent 79a7c99 commit e32b4e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Future Release
* Fixes
* Changes
* Restructure primitives directory to use individual primitives files (:pr:`2331`)
* Restrict 2022.10.1 for dask and distributed (:pr:`2347`)
* Documentation Changes
* Add Featuretools-SQL to Install page on documentation (:pr:`2337`)
* Fixes broken link in Featuretools documentation (:pr:`2339`)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ requires-python = ">=3.8,<4"
dependencies = [
"click >= 7.0.0",
"cloudpickle >= 1.5.0",
"dask[dataframe] >= 2022.2.0",
"distributed >= 2022.2.0",
"dask[dataframe] >= 2022.2.0, !=2022.10.1",
"distributed >= 2022.2.0, !=2022.10.1",
"holidays >= 0.13",
"numpy >= 1.21.0",
"packaging >= 20.0",
Expand Down

0 comments on commit e32b4e0

Please sign in to comment.