GEMScienceTools / oq-mbtk

OpenQuake Model Building Toolkit, a suite of tools for building components and analysing models for PSHA.
https://gemsciencetools.github.io/oq-mbtk/index.html
GNU Affero General Public License v3.0
14 stars 7 forks source link

Package dependencies #14

Open daniviga opened 6 years ago

daniviga commented 6 years ago

runtime

testing

Please check that setup.py contains those packages.

daniviga commented 6 years ago

The only 'problematic' package that may require a wheel is, as usual, GDAL.

nastasi-oq commented 5 years ago

@mmpagani obspy must be included as dependency ?

openquake/sub/plotting/plot_cross_section.py:from obspy.imaging.beachball import beach
openquake/sub/notebooks/catalogue_cross_section.ipynb:    "from obspy.imaging.beachball import beach\n",
openquake/sub/notebooks/multiple_cross_sections.ipynb:    "from obspy.imaging.beachball import beach\n",
openquake/mbt/notebooks/sources_area/compute_focal_mechanism_distribution.ipynb:    "    from obspy.imaging.beachball import beach\n",