zfit / phasespace

Phase space generation implemented in TensorFlow
https://phasespace.rtfd.io
BSD 3-Clause "New" or "Revised" License
24 stars 9 forks source link

build: move requirements to setup.cfg #49

Closed redeboer closed 3 years ago

redeboer commented 3 years ago

This PR is in preparation switching between numpy and tensorflow (see also #46): it would be nice to choose between backends through optional dependencies. Of course, it's possible to do all that through setup.py, but I think it's cleaner to summarize those optional dependencies (also the ones for testing and developing) under setup.cfg.

codecov-commenter commented 3 years ago

Codecov Report

Merging #49 (033640f) into master (ffd785a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   91.66%   91.66%           
=======================================
  Files           5        5           
  Lines         348      348           
  Branches       62       62           
=======================================
  Hits          319      319           
  Misses         18       18           
  Partials       11       11           

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 ffd785a...033640f. Read the comment docs.