Skip to content

Commit

Permalink
Update conda build files for 1.2.8 (#1658)
Browse files Browse the repository at this point in the history
* update meta.yaml

* add requests to feedback and core

* add packaging

* add dashboard packaging dep

* fix spacing

* typoi

---------

Co-authored-by: Stan Rudenko <stan.rudenko@snowflake.com>
  • Loading branch information
2 people authored and sfc-gh-dhuang committed Nov 22, 2024
1 parent d69b9b5 commit 4811c17
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/connectors/snowflake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-connectors-snowflake" %}
{% set version = "1.2.7" %}
{% set version = "1.2.8" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 145037936f1a65921e7df0c4606dede329fa5bd6631543530f8f782440ba3241
sha256: 467e39e0fd44c5698d005987c8b4b5bff808f238db29479d3f14b05ecd2a34aa

build:
noarch: python
Expand Down
6 changes: 4 additions & 2 deletions src/core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-core" %}
{% set version = "1.2.7" %}
{% set version = "1.2.8" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: a62e3e81bf9672c4e60e6dd6cea5062bdadbbe500cb1ca0364a84eda4c716618
sha256: 9cd240154391ec429ff9d385b6978838dbd1dd9778f01458869420af4beb4206

build:
noarch: python
Expand All @@ -32,6 +32,8 @@ requirements:
- alembic >=1.8.1,<2.0.0
- nest-asyncio >=1.5.0,<2.0.0
- python-dotenv >=0.21,<2.0
- requests >=2.31.0,<3.0.0
- packaging >=23.0
run_constrained:
- tqdm >=4.2.0
- openai >=1.0.0
Expand Down
2 changes: 2 additions & 0 deletions src/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ typing_extensions = "^4.9"
pydantic = "^2.4.2"
pandas = ">=1.0.0"
rich = "^13.6"
requests = "^2.31"
packaging = ">=23.0"
sqlalchemy = "^2.0"
alembic = "^1.8.1"
nest-asyncio = "^1.5"
Expand Down
5 changes: 3 additions & 2 deletions src/dashboard/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-dashboard" %}
{% set version = "1.2.7" %}
{% set version = "1.2.8" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 3996f64d783278aab40a847cc9188ec51b71d8483f36f80b016b3cd1c277bcd8
sha256: d019be7067582a27ffabb6def1159fb5148e92a38b461b23d53b6cd20da2ae35

build:
noarch: python
Expand All @@ -30,6 +30,7 @@ requirements:
- plotly >=5.22.0,<6.0.0
- streamlit >=1.35.0,<2.0.0
- traitlets >=5.0.5,<6.0.0
- packaging >=23.0
run_constrained:
- tqdm >=4.2.0
- openai >=1.0.0
Expand Down
1 change: 1 addition & 0 deletions src/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jupyter = "^1"
pandas = ">=1.0.0"
psutil = "^5.9"
rich = "^13.6"
packaging = ">=23.0"
plotly = "^5.22.0"
streamlit = "^1.35"
traitlets = "^5.0.5"
Expand Down
6 changes: 3 additions & 3 deletions src/feedback/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-feedback" %}
{% set version = "1.2.7" %}
{% set version = "1.2.8" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 039a3fcf2d389c88d8da5242ebd0fb406be03f1b04b5b4545168bf0de163cbe7
sha256: fb6b3621ba2f940ca0331202a6e9bb116f7720a723416f4e362d47b17d62ae67

build:
noarch: python
Expand All @@ -27,7 +27,7 @@ requirements:
- numpy >=1.23.0,<2.0.0
- scikit-learn >=1.3.0,<2
- scipy >=1.10.1,<2

- requests >=2.31.0,<3.0.0
test:
imports:
- trulens.feedback
Expand Down
1 change: 1 addition & 0 deletions src/feedback/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ python = "^3.8.1"
trulens-core = { version = "^1.0.0" }
nltk = "^3.9.1"
pydantic = "^2.4.2"
requests = "^2.31"
numpy = [
{ version = ">=1.23.0,<1.25.0", python = "<3.9" },
{ version = ">=1.23.0", python = ">=3.9" },
Expand Down
4 changes: 2 additions & 2 deletions src/providers/cortex/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-providers-cortex" %}
{% set version = "1.2.7" %}
{% set version = "1.2.8" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 78902692d4612a57af2b3fb35efbb4d7b51cea3ec083835e842050fb8d103e97
sha256: 956dae945065b776ac283be64d466f5718f8461e8d1ba66951c22d9f77f1097c

build:
noarch: python
Expand Down

0 comments on commit 4811c17

Please sign in to comment.