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

ENH: update package version to 0.4.6 #14

Merged
merged 3 commits into from
Jan 23, 2025
Merged
Changes from all 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
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set python_min = '3.10' %}
{% set python_min = "3.10" %}
{% set name = "hats" %}
{% set version = "0.4.5" %}
{% set version = "0.4.6" %}

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

source:
url: https://github.com/astronomy-commons/hats/archive/v{{ version }}.tar.gz
sha256: 9c7f05ee15055823fae816487afd9f394bfc5b67917460a02cef0acac7ebe85b
sha256: 418a8aebd0f3b1242b723ad38c8010c0a0141416052a381ff64bd0f54b828568

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 2
number: 0

requirements:
host:
Expand Down