Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uproot-browser v0.7.2 #13

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

7 changes: 7 additions & 0 deletions build-locally.py

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

12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{% set name = "uproot-browser" %}
{% set version = "0.7.0" %}
{% set version = "0.7.2" %}
{% set python_min = "3.8" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/uproot_browser-{{ version }}.tar.gz
sha256: c916346def115bdcc75aff90e3a04072127956eff4871b94c577bc6bf94fe474
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/uproot_browser-{{ version }}.tar.gz
sha256: e094053b8e2b870dffc401d5039cd7251c2baecaadd90c3944af6d8d5d72fd69

build:
number: 0
Expand All @@ -20,7 +21,7 @@ build:
requirements:
host:
- pip
- python >=3.8
- python {{ python_min }}
- hatchling
- hatch-vcs
run:
Expand All @@ -31,7 +32,7 @@ requirements:
- lz4
- numpy >=1.13.3
- plotext >=5.2.7
- python >=3.8
- python >={{ python_min }}
- rich >=13.3.3
- textual >=0.18
- typing_extensions
Expand All @@ -48,6 +49,7 @@ test:
- uproot-browser plot uproot-Event.root:hstat
- pytest
requires:
- python {{ python_min }}
- pip
- pytest >=6
- pytest-asyncio
Expand Down
Loading