Skip to content

Commit

Permalink
Merge pull request #14 from conda-forge-admin/conda_forge_admin_13
Browse files Browse the repository at this point in the history
ENH: update package version to 0.4.6
  • Loading branch information
delucchi-cmu authored Jan 23, 2025
2 parents 401d865 + 0be7e66 commit 862cb9e
Showing 1 changed file with 4 additions and 4 deletions.
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

1 comment on commit 862cb9e

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community on Zulip.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.