Skip to content

Commit

Permalink
Merge branch 'conda-forge:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SherfeyInv authored Sep 3, 2024
2 parents ce509c3 + c92375b commit 4bc9f29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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.30.24" %}
{% set version = "2.30.27" %}

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

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

build:
noarch: python
Expand All @@ -20,15 +20,17 @@ build:
requirements:
host:
- python >=3.8
- setuptools
- setuptools-scm
- wheel
- pip
run:
- python >=3.8
- certifi
- filelock
- isodate ==0.*
- lxml >=4,<6
- numpy ==1.*
- numpy >=1,<3
- openpyxl ==3.*
- pyparsing ==3.*
- python-dateutil ==2.*
Expand Down

0 comments on commit 4bc9f29

Please sign in to comment.