in setup.py we list ndsl as a dependency, but only the latest release. This slows development because any features or updates to NDSL have to be released before we can then get relevant tests to pass in PyfFV and PySHiELD:
|
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@2025.03.00"] |
Since we're using the develop branches of all 3 repos for development should we have the setup.py in the develop branches of PyFV3 and PySHiELD point to the develop branch of NDSL in order to fix this?