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

Patch simpeg dependencies #890

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

Conversation

jcapriot
Copy link

@jcapriot jcapriot commented Oct 28, 2024

Patch simpeg for numpy upper bounds, next version will support 2.0

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 python show_diff.py:

================================================================================
================================================================================
linux-armv7l
================================================================================
================================================================================
win-32
================================================================================
================================================================================
osx-arm64
================================================================================
================================================================================
linux-ppc64le
================================================================================
================================================================================
linux-aarch64
================================================================================
================================================================================
noarch
noarch::simpeg-0.12.0-py_0.tar.bz2
noarch::simpeg-0.12.0-py_1.tar.bz2
noarch::simpeg-0.13.1-py_0.tar.bz2
noarch::simpeg-0.13.1-py_1.tar.bz2
noarch::simpeg-0.13.1-py_2.tar.bz2
noarch::simpeg-0.14.0-pyh9f0ad1d_0.tar.bz2
noarch::simpeg-0.14.1-pyh9f0ad1d_0.tar.bz2
noarch::simpeg-0.14.2-pyh9f0ad1d_0.tar.bz2
noarch::simpeg-0.14.3-pyhd3deb0d_0.tar.bz2
noarch::simpeg-0.15.0-pyhd8ed1ab_0.tar.bz2
noarch::simpeg-0.15.1-pyhd8ed1ab_0.tar.bz2
noarch::simpeg-0.15.2-pyhd8ed1ab_0.tar.bz2
noarch::simpeg-0.16.0-pyhd8ed1ab_0.tar.bz2
noarch::simpeg-0.17.0-pyhd8ed1ab_0.tar.bz2
noarch::simpeg-0.18.0-pyhd8ed1ab_0.tar.bz2
noarch::simpeg-0.18.1-pyhd8ed1ab_0.tar.bz2
-    "numpy >=1.7",
+    "numpy >=1.7,<2.0a0",
noarch::simpeg-0.19.0-pyhd8ed1ab_0.conda
noarch::simpeg-0.20.0-pyhd8ed1ab_0.conda
noarch::simpeg-0.20.0-pyhd8ed1ab_1.conda
noarch::simpeg-0.21.1-pyhd8ed1ab_0.conda
noarch::simpeg-0.22.0-pyhd8ed1ab_0.conda
noarch::simpeg-0.22.1-pyhd8ed1ab_0.conda
noarch::simpeg-0.22.2-pyhd8ed1ab_0.conda
noarch::simpeg-0.22.2-pyhd8ed1ab_1.conda
-    "numpy >=1.20",
+    "numpy >=1.20,<2.0a0",
================================================================================
================================================================================
win-64
================================================================================
================================================================================
osx-64
================================================================================
================================================================================
linux-64

Patch simpeg previous simpers for numpy upper bounds
@jcapriot jcapriot requested a review from a team as a code owner October 28, 2024 22:50
@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.

@hmaarrfk
Copy link
Contributor

@hmaarrfk
Copy link
Contributor

i feel like azure isn't running.... we have to wait...

@jcapriot
Copy link
Author

Silly me using the .yml extension... It should be good to go now.

@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.

I do have some suggestions for making it better though...

For recipe/meta.yaml:

  • ℹ️ The recipe is not parsable by parser conda-recipe-manager. Your recipe may not receive automatic updates and/or may not be compatible with conda-forge's infrastructure. Please check the logs for more information and ensure your recipe can be parsed.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/11961048133. Examine the logs at this URL for more detail.

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.

3 participants