Skip to content

Commit

Permalink
ENH: update package version (#5)
Browse files Browse the repository at this point in the history
* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.30.4, and conda-forge-pinning 2024.02.21.19.42.41

* Remove pdftopng

---------

Co-authored-by: conda-forge-webservices[bot] <121827174+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: julian-belina <56728940+julian-belina@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 21, 2024
1 parent 68d7ca6 commit e840d27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "ethos_penalps" %}
{% set version = "1.0.0" %}
{% set version = "1.0.2" %}

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

source:
url: https://github.com/FZJ-IEK3-VSA/ETHOS_PeNALPS/archive/refs/tags/{{ version }}.tar.gz
sha256: 9034a0975297cfe43430a28f81411972299fccdc2324a518be22050b82d44793
sha256: 34f6d65bd8d54dbfd32984bf49eb3a7b81e59b650bb3e192ddb7a2bef7bf3e8b

build:
number: 2
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand Down Expand Up @@ -49,8 +49,8 @@ requirements:
- tectonic
- typeguard
- dataclasses-json
- pdftopng
- jsonpickle
- pdf2image

test:
imports:
Expand Down

0 comments on commit e840d27

Please sign in to comment.