Skip to content

Commit

Permalink
Pin dask to not use 2020.5.1 and 2020.6.0 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-schroeder-by committed Jun 10, 2021
1 parent 546311b commit db840b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog
=========


Kartothek 4.0.3 (2021-06-10)
============================
* Pin dask to not use 2021.5.1 and 2020.6.0 (#475)

Kartothek 4.0.2 (2021-06-07)
============================

Expand Down
2 changes: 1 addition & 1 deletion conda-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dask[dataframe]
dask[dataframe]!=2021.5.1,!=2021.6.0 # gh475 - 2021.5.1 and 2021.6.0 broke ci, omit those versions
decorator
msgpack-python>=0.5.2
# Currently dask and numpy==1.16.0 clash
Expand Down
2 changes: 1 addition & 1 deletion conda-test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test Code Dependencies
distributed
distributed!=2021.5.1,!=2021.6.0 # gh475 - 2021.5.1 and 2021.6.0 broke ci, omit those versions
pytz
cloudpickle
freezegun
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dask[dataframe]
dask[dataframe]!=2021.5.1,!=2021.6.0 # gh475 - 2021.5.1 and 2021.6.0 broke ci, omit those versions
decorator
msgpack>=0.5.2
# Currently dask and numpy==1.16.0 clash
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test Code Dependencies
distributed
distributed!=2021.5.1,!=2021.6.0 # gh475 - 2021.5.1 and 2021.6.0 broke ci, omit those versions
pytz
cloudpickle
freezegun
Expand Down

0 comments on commit db840b5

Please sign in to comment.