Skip to content

Commit

Permalink
build(conda): update openfisca-extension-template
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 25, 2024
1 parent 9d5cfc7 commit 1011e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .conda/openfisca-extension-template/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ schema_version: 1

context:
name: openfisca-extension-template
version: 1.3.15
version: 2.0.6

package:
name: ${{ name|lower }}
version: ${{ version }}

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/openfisca_extension_template-${{ version }}.tar.gz
sha256: e16ee9cbefdd5e9ddc1c2c0e12bcd74307c8cb1be55353b3b2788d64a90a5df9
sha256: e6ee405e9710e5e07f498173bad1a41531527b8e423fca7d045332cbdb10082f

build:
number: 2
Expand All @@ -21,8 +21,8 @@ requirements:
host:
- numpy
- pip
- poetry >=1.7
- python
- setuptools >=61.0
run:
- numpy
- python
Expand Down

0 comments on commit 1011e8b

Please sign in to comment.