Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/0.4.0_h215a1a
Browse files Browse the repository at this point in the history
lsdb v0.4.0
  • Loading branch information
camposandro authored Oct 18, 2024
2 parents cb5be2f + 05da8b2 commit c6f7ab5
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 21 deletions.
16 changes: 9 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.

5 changes: 4 additions & 1 deletion build-locally.py

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

22 changes: 11 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "lsdb" %}
{% set version = "0.3.0" %}
{% set version = "0.4.0" %}

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

source:
url: https://github.com/astronomy-commons/lsdb/archive/v{{ version }}.tar.gz
sha256: daeddf8f34bc85ce8630af40d99617bf92f5bb3a4df2602acb5f4e72146ce7ea
sha256: fc5fa13666b53489a9d0220f64fb36b5ac7ad64c2c2c42e9e335b38e3e65cb1c

build:
noarch: python
Expand All @@ -23,15 +23,15 @@ requirements:
run:
- python >=3.9
- dask
- jinja2
- hipscat >=0.3.8
- nested-pandas
- deprecated
- hats >=0.4.1
- lsst-sphgeom
- nested-dask
- nested-pandas
- numpy <2
- pyarrow
- deprecated
- scipy
- lsst-sphgeom
- jinja2

test:
imports:
Expand All @@ -54,8 +54,8 @@ about:

extra:
recipe-maintainers:
- mjuric
- jeremykubica
- drewoldag
- delucchi-cmu
- camposandro
- delucchi-cmu
- drewoldag
- jeremykubica
- mjuric

1 comment on commit c6f7ab5

@conda-forge-webservices
Copy link

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 Element channel.

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.