Skip to content

Commit

Permalink
Update conda-smithy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 4, 2022
1 parent ab496da commit 9e92c43
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 09a8d296cf768f5b5188896e8421e47635e233228801730bd2a5040fb0148b17

build:
number: 0
number: 1
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
Expand All @@ -25,21 +25,20 @@ requirements:
- pip
run:
- python >=3.6
- setuptools
- conda >=4.2
- conda-build >=3.18.3
- jinja2
- requests
- pycrypto
- git
- pycryptodome
- gitpython
- pygithub <2
- ruamel.yaml >=0.16
- toolz
- vsts-python-api
- conda-forge-pinning
- vsts-python-api
- toolz
- scrypt
- license-expression
- libarchive

test:
imports:
Expand All @@ -52,10 +51,9 @@ test:
about:
home: https://github.com/conda-forge/conda-smithy
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: The tool for managing conda-forge feedstocks

extra:
recipe-maintainers:
- conda-forge/Core
- conda-forge/core

0 comments on commit 9e92c43

Please sign in to comment.