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

hendrics v8.0.5 #19

Merged
merged 6 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
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
23 changes: 14 additions & 9 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.

9 changes: 6 additions & 3 deletions build-locally.py

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

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "hendrics" %}
{% set version = "8.0.4" %}
{% set version = "8.0.5" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/hendrics-{{ version }}.tar.gz
sha256: e9b38879f3d3e39897cea0222c9c3c29ac0468b1fe68cf410d1f952e541f3bbb
sha256: fe4e62fcc8bf351dcd24a4b29065b0e0bc38a83cb2ad6023fa0454137a8e4d82

build:
number: 0
Expand Down Expand Up @@ -53,13 +53,14 @@ requirements:
- python >=3.8
- pip
- setuptools_scm
- setuptools
run:
- python >=3.8
- astropy >=4.0
- matplotlib-base
- numpy
- scipy
- stingray >=2.0
- stingray >=2.2
- tqdm

test:
Expand Down