uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.76k stars 281 forks source link

upgrade readthedocs to use Py3.7 #766

Closed chongxiaoc closed 1 year ago

chongxiaoc commented 1 year ago

Readthedocs build hit failure when using Python 3.6 with latest PyArrow.

codecov[bot] commented 1 year ago

Codecov Report

Merging #766 (e19157d) into master (ac2d43b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #766   +/-   ##
=======================================
  Coverage   86.26%   86.26%           
=======================================
  Files          85       85           
  Lines        5081     5081           
  Branches      783      783           
=======================================
  Hits         4383     4383           
  Misses        559      559           
  Partials      139      139           

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 ac2d43b...e19157d. Read the comment docs.