gwmod / nlmod

Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.
https://nlmod.readthedocs.io
MIT License
35 stars 3 forks source link

add `joblib` to dependencies #277

Closed OnnoEbbens closed 1 year ago

OnnoEbbens commented 1 year ago

In nlmod 0.7.0 we use joblib and added it as an import to the top of the cache module because Codcay was complaining. So now you get an importerror when you import nlmod and not have joblib installed.

Should be an easy fix.