msalvaris / deepseismic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of packages with different requirements

pip install deepseismic[imaging, interpretation]

Installs everything so the following should complete without error

from deepseismic import interpretation
from deepseismic import imaging
pip install deepseismic[interpretation]

Installs only common requirements and requirements for interpretation

from deepseismic import interpretation

So the above should work fine but

from deepseismic import imaging

Will throw an error with regards to progressbar dependency

About


Languages

Language:Python 100.0%