modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
506 stars 306 forks source link

chore(deps): require jupyter_client>=8.4.0 for now #2217

Closed wpbonelli closed 2 months ago

wpbonelli commented 2 months ago

Avoid datetime.utcnow() deprecation warning to fix broken nbsphinx galleries on RTD.

Another option is a warning filter warnings.simplefilter("ignore", DeprecationWarning) in all the examples but pinning is easier and I think we want to know ASAP when something needs an update