Skip to content

Commit

Permalink
Merge pull request #59 from regro-cf-autotick-bot/2.4.2_h5dad84
Browse files Browse the repository at this point in the history
pyuvdata v2.4.2
  • Loading branch information
pkgw authored Feb 23, 2024
2 parents a8226fa + de48070 commit e4d953d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pyuvdata" %}
{% set version = "2.4.1" %}
{% set sha256 = "37e8184394d5db9a0b7195f801381926d4158dfc92acfe8a34adf20afa237a5e" %}
{% set version = "2.4.2" %}
{% set sha256 = "cec2a6630f3d3b39511548f94a557ec302057edd4096d5f99434e3d694291f2f" %}

package:
name: {{ name }}
Expand All @@ -13,7 +13,7 @@ source:
- warnings.patch

build:
number: 1
number: 0
script:
- {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
skip: true # [py<=37]]
Expand All @@ -34,7 +34,6 @@ requirements:
- numpy # pyuvdata needs >=1.20
- pip
- pyerfa >=2.0
- pytest-runner
- python
- scipy >=1.5
- setuptools
Expand All @@ -55,7 +54,7 @@ test:
- astropy-healpix >=0.6
- astroquery >=0.4.4
- cython >=0.23
- pytest >=6.2
- pytest <8
- pytest-cases >=3.6.9
- pytest-xdist
- python-casacore >=3.3 # [not win and py<311]
Expand Down

0 comments on commit e4d953d

Please sign in to comment.