{"id":26163828,"url":"https://github.com/xarray-contrib/minimum-dependency-versions","last_synced_at":"2025-10-26T07:07:03.390Z","repository":{"id":262253244,"uuid":"886644204","full_name":"xarray-contrib/minimum-dependency-versions","owner":"xarray-contrib","description":"Automated minimum dependency policy checks","archived":false,"fork":false,"pushed_at":"2025-09-10T15:13:31.000Z","size":35,"stargazers_count":2,"open_issues_count":8,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-10-05T22:49:10.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xarray-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-11T10:52:48.000Z","updated_at":"2025-09-10T15:13:35.000Z","dependencies_parsed_at":"2024-12-03T06:25:46.319Z","dependency_job_id":"a2b961a6-d665-4783-a9f5-f0a843d7a4f2","html_url":"https://github.com/xarray-contrib/minimum-dependency-versions","commit_stats":null,"previous_names":["xarray-contrib/minimum-dependency-versions"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xarray-contrib/minimum-dependency-versions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fminimum-dependency-versions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fminimum-dependency-versions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fminimum-dependency-versions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fminimum-dependency-versions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","download_url":"https://codeload.github.com/xarray-contrib/minimum-dependency-versions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fminimum-dependency-versions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281069887,"owners_count":26438709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-11T14:53:15.333Z","updated_at":"2025-10-26T07:07:03.375Z","avatar_url":"https://github.com/xarray-contrib.png","language":"Python","readme":"# minimum-dependency-versions\n\nCheck that the minimum dependency versions follow `xarray`'s policy.\n\n## Usage\n\nTo use the `minimum-dependency-versions` action in workflows, create a policy file (`policy.yaml`):\n\n```yaml\nchannels:\n  - conda-forge\nplatforms:\n  - noarch\n  - linux-64\npolicy:\n  # policy in months\n  # Example is xarray's values\n  packages:\n    python: 30\n    numpy: 18\n  default: 12\n  overrides:\n    # override the policy for specific packages\n    package3: 0.3.1\n  # these packages are completely ignored\n  exclude:\n    - package1\n    - package2\n    - ...\n  # these packages don't fail the CI, but will be printed in the report as a warning\n  ignored_violations:\n    - package4\n```\n\nIf there are no packages with `overrides`, `exclude`, or `ignored_violations`, you can set\nthem to an empty mapping or sequence, respectively:\n\n```yaml\n  ...\n  overrides: {}\n  exclude: []\n  ignored_violations: []\n```\n\nThen add a new step to CI:\n\n```yaml\njobs:\n  my-job:\n    ...\n    steps:\n    ...\n    - uses: xarray-contrib/minimum-dependency-versions@version\n      with:\n        policy: policy.yaml\n        environment-paths: path/to/env.yaml\n```\n\nTo analyze multiple environments at the same time, pass a multi-line string:\n\n```yaml\njobs:\n  my-job:\n    ...\n    steps:\n    ...\n\n    - uses: xarray-contrib/minimum-dependency-versions@version\n      with:\n        environment-paths: |\n          path/to/env1.yaml\n          path/to/env2.yaml\n          path/to/env3.yaml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxarray-contrib%2Fminimum-dependency-versions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxarray-contrib%2Fminimum-dependency-versions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxarray-contrib%2Fminimum-dependency-versions/lists"}