Skip to content

Commit

Permalink
Add pygimli to soft dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 22, 2024
1 parent f23636e commit 2185563
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/manual/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ namely:
- ``matplotlib``: To use the plotting utilities within ``discretize``.
- ``h5py``: Save and load data in the HDF5 format.
- ``tqdm``: For nice progress bars when computing many sources and frequencies.
- ``pygimli``: To run inversions using ``pygimli``, pyGIMLi(emg3d).

All soft dependencies are also available both on ``conda-forge`` and ``pip``.
To get therefore the complete experience use one of the following options:

.. code-block:: console
conda install -c conda-forge emg3d discretize xarray matplotlib h5py tqdm
conda install -c conda-forge emg3d discretize xarray matplotlib h5py tqdm pygimli
or via ``pip``:

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ h5py
xarray
discretize
matplotlib
pygimli

# SETUP RELATED
setuptools_scm
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"xarray",
"discretize",
"matplotlib",
"pygimli",
],
},
use_scm_version={
Expand Down

0 comments on commit 2185563

Please sign in to comment.