Skip to content

Commit

Permalink
Merge pull request #25 from regro-cf-autotick-bot/0.34.0_h33aaba
Browse files Browse the repository at this point in the history
openeo v0.34.0
  • Loading branch information
soxofaan authored Nov 5, 2024
2 parents bb068cc + fa666be commit d17d67a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion azure-pipelines.yml

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "openeo" %}
{% set version = "0.33.0" %}
{% set version = "0.34.0" %}

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

source:
url: https://github.com/Open-EO/openeo-python-client/archive/refs/tags/v{{ version }}.tar.gz
sha256: 51f1f98688dcd7902adf6848465cd55da2afc6e8cbf57960e6bf02ae1bf765e5
sha256: 9e8d2ac47a97206691c474d603d76555149d11824ed6b60e6ad273d0ef63c637
# git_url: https://github.com/Open-EO/openeo-python-client.git

build:
Expand All @@ -19,11 +19,11 @@ build:

requirements:
host:
- python >=3.7
- python >=3.8,<3.13
- pip
- setuptools
run:
- python >=3.7
- python >=3.8,<3.13
- deprecated >=1.2.12
- numpy >=1.17.0
- pandas >0.20.0
Expand Down

0 comments on commit d17d67a

Please sign in to comment.