Skip to content

Commit

Permalink
clouddrift v0.21.0 (#21)
Browse files Browse the repository at this point in the history
* updated v0.21.0

* Update meta.yaml

added scipy

* Update meta.yaml

change license

* Update meta.yaml

---------

Co-authored-by: Philippe Miron <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and philippemiron authored Sep 12, 2023
1 parent 09d8b15 commit cec8661
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "clouddrift" %}
{% set version = "0.20.1" %}
{% set version = "0.21.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/clouddrift-{{ version }}.tar.gz
sha256: db97b4b46577a310e35dd0552c8294efa908bca34166bcb458b3d20d258a74c0
sha256: 2c2504966360c60826da5ded6ebcffa9d633f66192403f10ba0d70d2a31a304c

build:
noarch: python
Expand All @@ -32,6 +32,7 @@ requirements:
- awkward >=2.0.0
- aiohttp >=3.8.4
- requests >=2.31.0
- scipy >=1.11.2
- zarr >=2.14.2

test:
Expand All @@ -45,7 +46,7 @@ test:
about:
home: https://pypi.org/project/clouddrift/
summary: Accelerating the use of Lagrangian data for atmospheric, oceanic, and climate sciences
license: Apache-2.0
license: MIT
license_file: LICENSE

extra:
Expand Down

0 comments on commit cec8661

Please sign in to comment.