-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
added recipe for gradient-agreement-filtering
#28728
base: main
Are you sure you want to change the base?
added recipe for gradient-agreement-filtering
#28728
Conversation
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
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 ( I do have some suggestions for making it better though... For recipes/gradient-agreement-filtering/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12560338106. Examine the logs at this URL for more detail. |
@conda-forge/help-python please review |
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 ( |
macOS is failing with:
Is this really noarch? |
That's what it seems like: (venv_conda_recipes) sp@pc:/mnt/c/Users/sarth/Downloads$ ll gradient_agreement_filtering-0.1.3.tar.gz
-rwxrwxrwx 1 sp sp 7383 Jan 3 08:59 gradient_agreement_filtering-0.1.3.tar.gz*
(venv_conda_recipes) sp@pc:/mnt/c/Users/sarth/Downloads$ tar -xf gradient_agreement_filtering-0.1.3.tar.gz
(venv_conda_recipes) sp@pc:/mnt/c/Users/sarth/Downloads$ ll gradient_agreement_filtering-0.1.3
total 20
drwxrwxrwx 1 sp sp 4096 Dec 10 20:37 ./
drwxrwxrwx 1 sp sp 4096 Jan 3 09:00 ../
-rwxrwxrwx 1 sp sp 1066 Dec 10 20:37 LICENSE*
-rwxrwxrwx 1 sp sp 6559 Dec 10 20:37 PKG-INFO*
-rwxrwxrwx 1 sp sp 4982 Dec 10 20:37 README.md*
-rwxrwxrwx 1 sp sp 426 Dec 10 20:37 pyproject.toml*
-rwxrwxrwx 1 sp sp 38 Dec 10 20:37 setup.cfg*
drwxrwxrwx 1 sp sp 4096 Dec 10 20:37 src/
drwxrwxrwx 1 sp sp 4096 Dec 10 20:37 test/
(venv_conda_recipes) sp@pc:/mnt/c/Users/sarth/Downloads$ cat gradient_agreement_filtering-0.1.3/pyproject.toml
[project]
name = "gradient_agreement_filtering"
version = "0.1.3"
description = "Gradient Agreement Filtering (GAF) Package"
authors = [
{ name="Francois Chaubard", email="fchaubard@gmail.com" }
]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"torch",
"torchvision",
"numpy"
]
[tool.setuptools]
package-dir = {"" = "src"}
py-modules = ["gradient_agreement_filtering"]
(venv_conda_recipes) sp@pc:/mnt/c/Users/sarth/Downloads$ cat gradient_agreement_filtering-0.1.3/setup.cfg
[egg_info]
tag_build =
tag_date = 0 |
It may be a missing symbol in the dependencies. I just saw a similar failure elsewhere. |
I assume you are talking about this? |
I am seeing the same torch version getting installed for both these PRs (2.5.1). Perhaps there is an issue with that specific version + python 3.9? Anyway, I am trying with another version to confirm. Otherwise, I have no idea why this would come up. |
I don't understand why this error would come up after I have updated the version requirement for torch: raise ValueError("Mixing meta.yaml and recipe.yaml recipes is not supported") Any idea @ocefpaf? |
…thakpati/staged-recipes into gradient-agreement-filtering
…ust pytorch version constraint
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/gradient-agreement-filtering/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12602469872. Examine the logs at this URL for more detail. |
@ocefpaf I have no idea how to solve that error. Shall I remove |
BTW, this is stemming from here: conda-forge/pytorch-cpu-feedstock#311 LMK what you think the best course of action would be. |
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 ( |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).