Skip to content

Commit

Permalink
Merge pull request #243 from chrisburr/update-deps
Browse files Browse the repository at this point in the history
Update conda-smithy dependencies
  • Loading branch information
ocefpaf authored Nov 4, 2022
2 parents ab496da + f406839 commit 80a26d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 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,18 +25,19 @@ requirements:
- pip
run:
- python >=3.6
- setuptools
- conda >=4.2
- conda-build >=3.18.3
- jinja2
- requests
- pycrypto
- git
- pycryptodome
- gitpython
- git
- pygithub <2
- ruamel.yaml >=0.16
- toolz
- vsts-python-api
- conda-forge-pinning
- vsts-python-api
- toolz
- scrypt
- license-expression
- libarchive
Expand All @@ -52,10 +53,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 80a26d6

Please sign in to comment.