dask-contrib / dask-sql

Distributed SQL Engine in Python using Dask
https://dask-sql.readthedocs.io/
MIT License
386 stars 71 forks source link

Pin dask to 2024.1.1 #1301

Closed charlesbluca closed 7 months ago

charlesbluca commented 8 months ago

As part of large Dask pinning discussions, agreed with @pentschev @rjzamora that for now it makes sense to pin dask-sql to the same Dask dependency as RAPIDS, but not to fully invest in rapids-dask-dependency.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.47%. Comparing base (e9db6af) to head (274fc72).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1301 +/- ## ========================================== + Coverage 85.09% 85.47% +0.38% ========================================== Files 77 77 Lines 4259 4242 -17 Branches 753 790 +37 ========================================== + Hits 3624 3626 +2 + Misses 466 448 -18 + Partials 169 168 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

charlesbluca commented 7 months ago

Looks like we'll need to drop tpot from our 3.12 deps as it is unsupported and added a new constraint recently:

https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/673