sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.07k stars 206 forks source link

build: drop support for python3.7 #877

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

closes #840

840 was fixed by dask 2022.3.0, which drops the support of python 3.7. This PR upgrade dask version. (another solution was to downgrade scripy version, but a lower version of scipy will throw error on M1)

codecov[bot] commented 2 years ago

Codecov Report

Merging #877 (fbf0676) into develop (b9b60a0) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #877   +/-   ##
========================================
  Coverage    56.06%   56.06%           
========================================
  Files          314      314           
  Lines        20453    20451    -2     
========================================
- Hits         11467    11466    -1     
+ Misses        8986     8985    -1     
Impacted Files Coverage Δ
dataprep/eda/distribution/render.py 90.96% <0.00%> (-0.11%) :arrow_down:
dataprep/connector/schema/defs.py 47.53% <0.00%> (+0.16%) :arrow_up:
dataprep/connector/config_manager.py 22.07% <0.00%> (+0.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e4302cd...fbf0676. Read the comment docs.