Skip to content

develop branches point to NDSL tagged releases instead of NDSL/develop #56

@oelbert

Description

@oelbert

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:

PyFV3/setup.py

Line 23 in 1b2057f

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions