conda-forge / qnorm-feedstock

A conda-smithy repository for qnorm.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Loosen dependency restrictions #21

Open DManowitz opened 4 days ago

DManowitz commented 4 days ago

Loosening python & numpy dependencies

Checklist

Addresses #20

DManowitz commented 4 days ago

@conda-forge-admin, please rerender

conda-forge-webservices[bot] commented 4 days ago

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) and found it was in an excellent condition.

DManowitz commented 2 days ago

@Maarten-vd-Sande Can you take a look at the build error? It seems that it doesn't like something about the license specification in pyproject.toml:

ValueError: invalid pyproject.toml config: `project.license`.
  configuration error: `project.license` must be valid exactly by one definition (2 matches found):

      - keys:
          'file': {type: string}
        required: ['file']
      - keys:
          'text': {type: string}
        required: ['text']