Skip to content

Commit

Permalink
Merge pull request #26185 from biplovbhandari/main
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed May 11, 2024
2 parents 320b878 + 092cb6b commit ff05575
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/servir-aces/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "servir-aces" %}
{% set version = "0.0.16" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/servir_aces-{{ version }}.tar.gz
sha256: 65c423807d2f5a1fd5666014c4064c7ca44c83880155dffc2a388e74fa719db4

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9
- pip
run:
- python >=3.9
- numpy
- tensorflow >=2.9.3
- earthengine-api
- python-dotenv >=1.0.0
- matplotlib-base

test:
imports:
- aces
commands:
- pip check
requires:
- pip

about:
home: "https://github.com/SERVIR/servir-aces"
summary: Agricultural Classification and Estimation Service (ACES)
license: GPL-3.0-only
license_file: LICENSE
doc_url: "https://servir.github.io/servir-aces/"
dev_url: "https://github.com/SERVIR/servir-aces"

extra:
recipe-maintainers:
- biplovbhandari

0 comments on commit ff05575

Please sign in to comment.