Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ligo.em-bright repodata patch #963

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

duncanmmacleod
Copy link
Contributor

This PR adds a ligo.em-bright.yaml repodata patch YAML file to backport conda-forge/ligo.em-bright-feedstock#28 to older builds for the affected release.

Checklist

  • Used a static YAML file for the patch if possible (instructions).
  • Only wrote code directly into generate_patch_json.py if absolutely necessary.
  • Ran pre-commit run -a and ensured all files pass the linting checks.
  • Ran python show_diff.py and posted the output as part of the PR.
  • Modifications won't affect packages built in the future.

Output of show_diff.py:

$ python show_diff.py
================================================================================
================================================================================
linux-armv7l
================================================================================
================================================================================
win-32
================================================================================
================================================================================
linux-ppc64le
================================================================================
================================================================================
osx-arm64
================================================================================
================================================================================
linux-aarch64
================================================================================
================================================================================
noarch
noarch::ligo.em-bright-1.2.2-pyh0610db2_1.conda
-    "astropy-base >=6.0",
-    "h5py >=3.11.0",
-    "pandas >=2.2",
+    "astropy-base >=6.0,<7.0.0a0",
+    "h5py >=3.11.0,<4.0.0a0",
+    "pandas >=2.2,<3.0.0a0",
noarch::ligo.em-bright-1.2.2-pyhd8ed1ab_0.conda
-    "astropy >=6.0",
-    "h5py >=3.11.0",
-    "pandas >=2.2",
+    "astropy >=6.0,<7.0.0a0",
+    "h5py >=3.11.0,<4.0.0a0",
+    "pandas >=2.2,<3.0.0a0",
================================================================================
================================================================================
win-64
================================================================================
================================================================================
osx-64
================================================================================
================================================================================
linux-64

to backport conda-forge/ligo.em-bright-feedstock#28 to older builds for the affected release
@duncanmmacleod duncanmmacleod requested a review from a team as a code owner February 19, 2025 16:53
@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants