From 7a4683967be0c58198023dd256c8b108a16d7253 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Fri, 7 Feb 2025 07:46:02 +0000 Subject: [PATCH] Removed recipe (llama-cloud-services) after converting into feedstock. [ci skip] --- recipes/llama-cloud-services/meta.yaml | 51 -------------------------- 1 file changed, 51 deletions(-) delete mode 100644 recipes/llama-cloud-services/meta.yaml diff --git a/recipes/llama-cloud-services/meta.yaml b/recipes/llama-cloud-services/meta.yaml deleted file mode 100644 index 9d7227dfac71d..0000000000000 --- a/recipes/llama-cloud-services/meta.yaml +++ /dev/null @@ -1,51 +0,0 @@ -{% set name = "llama-cloud-services" %} -{% set version = "0.6.0" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/llama_cloud_services-{{ version }}.tar.gz - sha256: 9c1ed2849f8ba7374df16bdfda69bed145eb4a425b546048f5e751c48efe293a - -build: - noarch: python - entry_points: - - llama-parse = llama_cloud_services.parse.cli.main:parse - script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 - -requirements: - host: - - python {{ python_min }} - - poetry-core - - pip - run: - - python >={{ python_min }} - - llama-index-core >=0.11.0 - - llama-cloud >=0.1.11,<0.2.0 - - pydantic !=2.10 - - click >=8.1.7,<9.0.0 - - python-dotenv >=1.0.1,<2.0.0 - - eval-type-backport >=0.2.0,<0.3.0 - -test: - imports: - - llama_cloud_services - commands: - - pip check - - llama-parse --help - requires: - - pip - - python {{ python_min }} - -about: - summary: Tailored SDK clients for LlamaCloud services. - home: https://docs.cloud.llamaindex.ai - license: MIT - license_file: LICENSE - -extra: - recipe-maintainers: - - jan-janssen