Skip to content

Commit

Permalink
Release 2024.10.0 (#274)
Browse files Browse the repository at this point in the history
* Update to 2024.10.0

* MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.2, and conda-forge-pinning 2024.10.17.15.21.02

* Fix sha256 hash

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
charlesbluca and conda-forge-webservices[bot] authored Oct 18, 2024
1 parent ed6c444 commit ac46390
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
6 changes: 4 additions & 2 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.

2 changes: 1 addition & 1 deletion build-locally.py

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

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


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

source:
url: https://pypi.io/packages/source/d/dask/dask-{{ version }}.tar.gz
sha256: 06eccc6a68d2882bcd9de24548fa96e8d0da7fbfff0baed3f3c2a526b73dfbb4
sha256: dfd3efec5d8d8340fb647d0347637133030cad261b714623cc27de286e9db037

build:
number: 0
Expand All @@ -29,8 +29,7 @@ requirements:
- dask-expr >=1.1,<1.2
- bokeh >=3.1.0
- jinja2 >=2.10.3
- pyarrow >=7.0
- pyarrow-hotfix
- pyarrow >=14.0.1

run_constrained:
- openssl !=1.1.1e
Expand Down

0 comments on commit ac46390

Please sign in to comment.