Skip to content

Commit

Permalink
Add Joblib to dependencies, Fix for #277 (#279)
Browse files Browse the repository at this point in the history
* Fix for #277

* Update README.md

* Update getting_started.rst
  • Loading branch information
OnnoEbbens authored Nov 1, 2023
1 parent beecead commit c6e903f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Install the module with pip:
* `matplotlib`
* `dask`
* `colorama`
* `joblib`

There are some optional dependecies, only needed (and imported) in a single method.
Examples of this are `bottleneck` (used in calculate_gxg), `geocube` (used in
Expand Down
3 changes: 2 additions & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ potential solutions.
- matplotlib
- dask
- colorama
- joblib

On top of that there are some optional dependecies:

Expand All @@ -126,4 +127,4 @@ On top of that there are some optional dependecies:
- scikit-image (used in calculate_sea_coverage)

These dependencies are only needed (and imported) in a single method or function.
They can be installed using ``pip install nlmod[full]`` or ``pip install -e .[full]``.
They can be installed using ``pip install nlmod[full]`` or ``pip install -e .[full]``.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"matplotlib",
"dask",
"colorama",
"joblib"
]
keywords = ["hydrology", "groundwater", "modeling", "Modflow 6", "flopy"]
classifiers = [
Expand Down

0 comments on commit c6e903f

Please sign in to comment.