Skip to content

Commit

Permalink
Merge pull request #196 from regro-cf-autotick-bot/2.35.0_h8ab13e
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmatherne-wk authored Oct 29, 2024
2 parents 5d36567 + fa39bdd commit 9daa143
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arelle-release" %}
{% set version = "2.34.0" %}
{% set version = "2.35.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 19fb870aee7a92bff8937d19a0d7894f2ea593fa9c540298a035e06e05e8c6d5
sha256: adf64a5f0b4a4844fe9547aa19a281c79edabfb86e1f22560e9ee2802610defb

build:
noarch: python
Expand All @@ -19,20 +19,20 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- setuptools
- setuptools-scm
- wheel
- pip
run:
- python >=3.8
- python >=3.9
- certifi
- filelock
- isodate ==0.*
- lxml >=4,<6
- numpy >=1,<3
- openpyxl ==3.*
- pillow ==10.*
- pillow >=10,<12
- pyparsing ==3.*
- python-dateutil ==2.*
- regex
Expand Down Expand Up @@ -64,6 +64,4 @@ extra:
- allenbross-wf
- austinmatherne-wk
- derekgengenbacher-wf
- hefischer
- sagesmith-wf
- stevenbronson-wk

0 comments on commit 9daa143

Please sign in to comment.