Open biphasic opened 1 year ago
setup.py normally has optional requirements that can be installed for specific flags, such as
pip install sinabs['all']
or
pip install sinabs['exodus']
That would make it easier to pull the packages at once
setup.py normally has optional requirements that can be installed for specific flags, such as
or
That would make it easier to pull the packages at once