Closed krober10nd closed 4 years ago
Great!
Oddly this syntax for option.extras_require
does not seem to be working despite seemingly matching the documentation
okay well...I added it to setup.py
instead and it works now.
pip install .[benchmarking]
will add the dependencies for the benchmarking as well as the normal ones.
to incorporate extras for benchmarking
59