Add extras flag for optional imports #248
Labels
1 - Priority P1
High Priority
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
good first issue
Good for newcomers
Some modules reference optional dependencies. These messages are communicated to users via this function:
graphein/graphein/utils/utils.py
Line 326 in 840ec27
We should add an
extras
arg to this function indicating whether or not the dependency would be installed with:pip install graphein[extras]
The text was updated successfully, but these errors were encountered: