NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

Issue: importlib-metadata deprecates endpoint #242

Open scrasmussen opened 1 year ago

scrasmussen commented 1 year ago

The Python library importlib-metadata release v5.0.0 deprecated the function endpoint.

Current solution

The requirements.txt file has importlib-metadata==4.13.0

Future Solution

Update code and remove the endpoint function.