naught101 / sobol_seq

python implementation of Sobol' sequence generator
MIT License
67 stars 29 forks source link

Add the "scipy" and "numpy" packages as dependencies. #10

Closed frazar closed 7 years ago

frazar commented 7 years ago

By specifying the dependencies of a package we allow the user to install "sobol_seq" with a single pip install command, even in a clean environment.

naught101 commented 7 years ago

Thanks :)