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

openeo v0.34.0 #25

Merged
merged 4 commits into from
Nov 5, 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
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