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

jax v0.4.38 #166

Merged
merged 3 commits into from
Mar 2, 2025
Merged

jax v0.4.38 #166

merged 3 commits into from
Mar 2, 2025

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Closes: #163
Closes: #165

Pending Dependency Version Updates

Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
jaxlib 0.4.38 Anaconda-Server Badge

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: disabled to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by grayskull shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

Packages found by grayskull but not in the meta.yaml:

  • wheel
  • python >=3.10
  • jaxlib >=0.4.38,<=0.4.38
  • opt_einsum

Packages found in the meta.yaml but not found by grayskull:

  • python 3.10
  • jaxlib >=0.4.34,<=0.4.35
  • importlib-metadata >=4.6
  • opt-einsum

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/12393798916 - please use this URL for debugging.

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

recipe/meta.yaml Outdated
Comment on lines 28 to 38
run:
- opt_einsum
- python >={{ python_min }}
- numpy >=1.24
- opt-einsum
- scipy >=1.10
- ml_dtypes >=0.4.0
- jaxlib >=0.4.34,<=0.4.35
- jaxlib >=0.4.38,<=0.4.38
- importlib-metadata >=4.6
run_constrained:
- cudnn >=9.2.1.18
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be inclined to bump both numpy and scipy to the minimum required by Python 3.12

@dhirschfeld
Copy link
Member

WARNING: failed to get package records, retrying.  exception was: Unsatisfiable dependencies for platform linux-64: {MatchSpec("jaxlib[version='==0.4.34,>=0.4.38,<=0.4.38']")}

@dhirschfeld
Copy link
Member

Depends on:

@dhirschfeld
Copy link
Member

@regro-cf-autotick-bot regro-cf-autotick-bot mentioned this pull request Jan 17, 2025
3 tasks
@dhirschfeld
Copy link
Member

@conda-forge-admin, please rerender

@dhirschfeld
Copy link
Member

Could not solve for environment specs
The following package could not be installed
└─ jaxlib ==0.4.34,(>=0.4.38,<=0.4.38) * does not exist (perhaps a typo or a missing channel).

Maybe need to wait for the CDN to sync? It has been 3 hours though 🤔

image

@traversaro
Copy link
Contributor

Could not solve for environment specs
The following package could not be installed
└─ jaxlib ==0.4.34,(>=0.4.38,<=0.4.38) * does not exist (perhaps a typo or a missing channel).

Maybe need to wait for the CDN to sync? It has been 3 hours though 🤔

image

It seems that the run constraints and test constraints on jaxlib are not compatible?

@dhirschfeld
Copy link
Member

It seems that the run constraints and test constraints on jaxlib are not compatible?

Good catch:

{% set minimum_jaxlib_version = "0.4.34" %}
<snip>
run:
  - jaxlib >=0.4.38,<=0.4.38
<snip>
test:
  requires:
    # test with the declared minimum jaxlib
    - jaxlib =={{ minimum_jaxlib_version }}

I'm just a passer-by so a maintainer will have to fix that (and maybe bump numpy & scipy)

@traversaro
Copy link
Contributor

I think there some activity on updating to 0.4.36, once that is done the other version will follow.

@regro-cf-autotick-bot regro-cf-autotick-bot mentioned this pull request Mar 1, 2025
3 tasks
@ehfd ehfd requested review from ehfd and a team as code owners March 2, 2025 05:01
@ehfd
Copy link
Member

ehfd commented Mar 2, 2025

@conda-forge-admin, please rerender

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

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

@ehfd ehfd merged commit 603dfc2 into conda-forge:main Mar 2, 2025
5 checks passed
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the 0.4.38_h0eb413 branch March 2, 2025 05:09
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.

5 participants