Skip to content

Commit

Permalink
Bump dask, distributed, and fsspec to 2022.8.*
Browse files Browse the repository at this point in the history
`fsspec 2022.8.1` got yanked and replaced with `2022.8.2`, so these are equivalent versions although the numbers are slightly different.
  • Loading branch information
karlhigley committed Feb 22, 2023
1 parent e3d892e commit a3474a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dask>=2022.3.0
distributed>=2022.3.0
dask==2022.8.1
distributed==2022.8.1
fsspec==2022.8.2
pandas>=1.2.0,<1.6.0dev0
numba>=0.54
pyarrow>=5.0.0
Expand All @@ -8,4 +9,3 @@ tqdm>=4.0
tensorflow-metadata>=1.2.0
betterproto<2.0.0
packaging
fsspec==2022.5.0

0 comments on commit a3474a1

Please sign in to comment.