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

update numpy dependency in adios_db #833

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ChrisBarker-NOAA
Copy link
Contributor

Checklist

  • [x ] Used a static YAML file for the patch if possible (instructions).
  • [ x] Only wrote code directly into generate_patch_json.py if absolutely necessary.
  • [ x] Ran pre-commit run -a and ensured all files pass the linting checks.
  • [ x] Ran python show_diff.py and posted the output as part of the PR.
  • [ x] Modifications won't affect packages built in the future.
$ python show_diff.py
================================================================================
================================================================================
linux-armv7l
================================================================================
================================================================================
win-32
================================================================================
================================================================================
osx-arm64
================================================================================
================================================================================
linux-ppc64le
================================================================================
================================================================================
linux-aarch64
================================================================================
================================================================================
noarch
noarch::adios_db-1.2.4-pyhd8ed1ab_0.conda
-    "numpy >=2",
+    "numpy >=1.24",
noarch::apache-airflow-providers-celery-3.8.1-pyhd8ed1ab_0.conda
-    "python =3.8,<4.dev0"
+    "python ==3.8,<4.dev0.*"
================================================================================
================================================================================
win-64
win-64::python-3.13.0rc1-h27ba58f_1_cp313t.conda
-  "track_features": "py_freethreading",
================================================================================
================================================================================
osx-64
================================================================================
================================================================================
linux-64

@ChrisBarker-NOAA ChrisBarker-NOAA requested a review from a team as a code owner August 28, 2024 23:37
@conda-forge-webservices
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.

@xhochy
Copy link
Member

xhochy commented Aug 29, 2024

This is only widening the constraints and thus can also be done (the preferred way) with a package rebuild.

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