coiled / dask-snowflake

Dask integration for Snowflake
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Added lower bound on dask version required for library #27

Closed DamianBarabonkovQC closed 2 years ago

DamianBarabonkovQC commented 2 years ago

Not all versions of dask support this library. Specifically, versions older than 2021.05.0 of dask do not implement DataFrameIOLayer. This dask class is required by dask_snowflake.

This PR adds this version lower bound to the requirements.txt package dependencies.