celer
celer copied to clipboard
NOMRG ENH: add pyproject.toml to fix wheel building and install from github
fixes #122
Codecov Report
Merging #218 (b3da5b2) into main (f7fa260) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #218 +/- ##
=======================================
Coverage 85.79% 85.79%
=======================================
Files 14 14
Lines 929 929
Branches 128 128
=======================================
Hits 797 797
Misses 101 101
Partials 31 31
Flag | Coverage Δ | |
---|---|---|
unittests | ∅ <ø> (∅) |
Flags with carried forward coverage won't be shown. Click here to find out more.
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 f7fa260...b3da5b2. Read the comment docs.
In a fresh python 3.8 env pip install git+https://github.com/mathurinm/celer.git@main
works but pip install git+https://github.com/mathurinm/celer.git@test_pyproject
does not
Closing as it is no longer a problem.
P.S Switch to pyproject.toml
was made in #284