Skip to content

Commit

Permalink
TSML: Adjust dependencies around Dask
Browse files Browse the repository at this point in the history
The release of Python 3.11.9 tripped previous versions of Dask, so it's
good to use a more recent version, which resolves those flaws.
  • Loading branch information
amotl committed Apr 16, 2024
1 parent ae94c5c commit 5f4cd45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion by-dataframe/dask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click<9
colorlog<7
crate[sqlalchemy]
dask[dataframe]<=2024.4.1
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
pueblo>=0.0.7

0 comments on commit 5f4cd45

Please sign in to comment.