Skip to content

Commit

Permalink
Merge pull request #4 from regro-cf-autotick-bot/0.13.0_h4d86e7
Browse files Browse the repository at this point in the history
[bot-automerge] unstructured v0.13.0
  • Loading branch information
jan-janssen authored Apr 3, 2024
2 parents d5973a4 + 1495b82 commit 156f6b7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "unstructured" %}
{% set version = "0.12.6" %}
{% set version = "0.13.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/unstructured-{{ version }}.tar.gz
sha256: fd971c5ae15730d7303e3c0cf493d5393ec6ca742c7f02f8ba5da1778a92c6f4
sha256: cc65038ee76e63aa48279b70fddfbc8cba2ea5ff34eef778630546c9e366fb3b
patches:
- setup.patch

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

requirements:
host:
Expand Down
15 changes: 9 additions & 6 deletions recipe/setup.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
From 278946c0c3089749eaf8cc4bebc04ca55f59fdc9 Mon Sep 17 00:00:00 2001
From e6c086da0ab3ce42c28e703e3cd79dc73aa531fb Mon Sep 17 00:00:00 2001
From: Jan Janssen <jan-janssen@users.noreply.github.com>
Date: Sun, 24 Mar 2024 10:11:34 -0500
Date: Wed, 3 Apr 2024 12:11:36 -0500
Subject: [PATCH] Update setup.py

---
setup.py | 113 +++++++++++++++++++++++++++----------------------------
1 file changed, 56 insertions(+), 57 deletions(-)
setup.py | 116 +++++++++++++++++++++++++++----------------------------
1 file changed, 56 insertions(+), 60 deletions(-)

diff --git a/setup.py b/setup.py
index caf25c4..24eaaed 100644
index 4365a392ee..cfc9c317ca 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
Expand Down Expand Up @@ -59,7 +59,7 @@ index caf25c4..24eaaed 100644

all_doc_reqs = list(
set(
@@ -127,50 +127,49 @@ def load_requirements(file_list: Optional[Union[str, List[str]]] = None) -> List
@@ -127,53 +127,49 @@ def load_requirements(file_list: Optional[Union[str, List[str]]] = None) -> List
"tsv": tsv_reqs,
"xlsx": xlsx_reqs,
# Extra requirements for data connectors
Expand All @@ -75,6 +75,7 @@ index caf25c4..24eaaed 100644
- "biomed": load_requirements("requirements/ingest/biomed.txt"),
- "box": load_requirements("requirements/ingest/box.txt"),
- "chroma": load_requirements("requirements/ingest/chroma.txt"),
- "clarifai": load_requirements("requirements/ingest/clarifai.txt"),
- "confluence": load_requirements("requirements/ingest/confluence.txt"),
- "delta-table": load_requirements("requirements/ingest/delta-table.txt"),
- "discord": load_requirements("requirements/ingest/discord.txt"),
Expand Down Expand Up @@ -138,6 +139,8 @@ index caf25c4..24eaaed 100644
"local-inference": all_doc_reqs,
- "paddleocr": load_requirements("requirements/extra-paddleocr.txt"),
- "embed-huggingface": load_requirements("requirements/ingest/embed-huggingface.txt"),
- "embed-octoai": load_requirements("requirements/ingest/embed-octoai.txt"),
- "embed-vertexai": load_requirements("requirements/ingest/embed-vertexai.txt"),
- "openai": load_requirements("requirements/ingest/embed-openai.txt"),
- "bedrock": load_requirements("requirements/ingest/embed-aws-bedrock.txt"),
- "databricks-volumes": load_requirements("requirements/ingest/databricks-volumes.txt"),
Expand Down

0 comments on commit 156f6b7

Please sign in to comment.