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 Aug 15, 2024
2 parents 758040a + 506d55d commit f311ab9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions build-locally.py

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

7 changes: 4 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.27.4" %}
{% set version = "2.30.21" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 703bbbfe84786ded2e0bf2837441f2c54fbfe1d69cfb9b8ceb678f9cff62894e
sha256: 2d7af2ae78f0d72195be1589bafedc2086c3adb4a9f08476d94b13fe78f7cbd4

build:
noarch: python
Expand All @@ -25,8 +25,9 @@ requirements:
run:
- python >=3.8
- certifi
- filelock
- isodate ==0.*
- lxml ==4.*
- lxml >=4,<6
- numpy ==1.*
- openpyxl ==3.*
- pyparsing ==3.*
Expand Down

0 comments on commit f311ab9

Please sign in to comment.