-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unpin numpy as a host dep #89
Conversation
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 ( |
Damn, still broken: https://github.com/MilesCranmer/PySR/actions/runs/5192076497 |
What is the load error to begin with? Set |
Do you need the newest numpy? What’s the issue? |
Not sure. I think if I fix the Here's a run with |
You have a completely separate issue there; it looks like it's scipy, but it's not. I've tested it, it works fine with libstdcxx 13. It might however be influenced if something similar to the numpy situation is happening for scipy (e.g. reinstalling it through julia). |
Rather than a two-step setup, why not include the relevant testing from https://github.com/MilesCranmer/PySR (AFAICT |
+1 on fully testing here. You can do the tests again nightly in the project’s repo, but we should a thorough test here |
Added. I'm trying again with the If I want to constrain |
You would have to add it under |
# Temporary fix for PyCall.jl mistakenly re-installing numpy. | ||
# TODO: Remove this. | ||
- numpy >=1.24.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be removed now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other question I have here is: why are the other packages (pandas, sympy, scikit-learn) included in host?
@MilesCranmer, please utilize the bot rerender services, e.g. @conda-forge-admin, please rerender |
…nda-forge-pinning 2023.06.08.00.22.40
The larger problem here may lie in the pre-compilation step. I have grown somewhat discouraged by Julia's Pkg design when it comes to third-party packaging (like here). It's simply too insular for the time being... I also thought this post was quite interesting about how the whole gig works: https://discourse.julialang.org/t/the-present-and-the-future-of-package-registration/99890 |
Experimenting in #90. There seem to be issues the precompilation |
What does that have to do with this? It's basically analgous to a conda channel. We can create our own registry: I just don't want to run it. |
Superseded by #90 |
Continuation of #85
cc @h-vetinari @ngam @mkitti