Skip to content

Commit

Permalink
Merge pull request #145 from regro-cf-autotick-bot/5.3.1_h0bd09c
Browse files Browse the repository at this point in the history
[bot-automerge] uproot v5.3.1
  • Loading branch information
henryiii authored Feb 24, 2024
2 parents 7211a99 + 9d9b0ef commit 48f68f6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "uproot" %}
{% set version = "5.2.2" %}
{% set version = "5.3.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ce6abba7efaae35d891f15ad1757ece63620f0db12260403fbd0339e41951fc1
sha256: 732f69298406753880982044605b5884cbd723821cb83158a7a58c238ac01f0d

build:
number: 0
Expand All @@ -20,16 +20,17 @@ outputs:
- python -m pip install . --no-deps -vv
requirements:
host:
- python >=3.7
- python >=3.8
- hatchling >1.10.0
- pip
run:
- python >=3.7
- importlib-metadata
- python >=3.8
- numpy
- packaging
- awkward >=2.4.6
- fsspec
- cramjam >=2.5.0
- typing_extensions >=4.1.0
test:
imports:
- uproot
Expand All @@ -47,8 +48,6 @@ outputs:
run:
- {{ pin_subpackage('uproot-base', exact=True) }}
# Compression
- lz4
- zstandard
- python-xxhash
# Other common requirements
test:
Expand Down

0 comments on commit 48f68f6

Please sign in to comment.