N3PDF / vegasflow

VegasFlow: accelerating Monte Carlo simulation across multiple hardware platforms
https://vegasflow.readthedocs.io
Apache License 2.0
34 stars 9 forks source link

Some improvements to setuptools #36

Closed scarlehoff closed 4 years ago

scarlehoff commented 4 years ago

I've changed setuptools so that we can install the stuff need for the documentation or the benchmark when it is needed.

Basically, in theory, now it should work with

pip install -e .[docs]

for instnace if you want to add the stuff for the doc.

I've also added a bunch of more tests.