spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 14 forks source link

Update setup.py to not accept Python 3.6 #127

Closed lamyiowce closed 1 year ago

lamyiowce commented 1 year ago

onnxruntime version 1.11, which is required, is not available for Python 3.6, so it should not be supported. See https://github.com/Microsoft/onnxruntime/releases/tag/v1.11.0 .

codecov[bot] commented 1 year ago

Codecov Report

Merging #127 (a2d27ed) into master (f3cf568) will decrease coverage by 55.91%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #127       +/-   ##
===========================================
- Coverage   66.85%   10.94%   -55.91%     
===========================================
  Files          65       65               
  Lines        7239     7239               
===========================================
- Hits         4839      792     -4047     
- Misses       2400     6447     +4047     
Impacted Files Coverage Δ
daceml/onnx/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/util/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/autodiff/torch.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/torch/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/ort_api/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/autodiff/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/autodiff/autodiff.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/onnx/nodes/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/transformation/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
daceml/torch/dispatchers/common.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 55 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more