Skip to content

Commit

Permalink
update conda build files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-chu committed Feb 20, 2025
1 parent 2bd1826 commit 9094de7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/connectors/snowflake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "trulens-connectors-snowflake" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
{% else %}
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
# Get SHA256 from https://pypi.org/project/trulens-connectors-snowflake/#files
sha256: 80995618e00af582c9c8fa2a7c30253e0d25093ffca26e19c135cda50d12ac6f
sha256: 644040f5e0f0778b629e3da2ab25b1ba72a36034487c6dd4592901ef312c1d00
{% endif %}

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

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
{% else %}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
# Get SHA256 from https://pypi.org/project/trulens-core/#files
sha256: 225ac00462d927d2be76a5259ec63b6051244f009187ebe2c7c703095b68b91a
sha256: c3d3fbfdc99f079b4d5b5398fc1725cb7ecd5616c84a1df44154c1fae98fbd8a
{% endif %}

build:
Expand Down
4 changes: 2 additions & 2 deletions src/dashboard/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "trulens-dashboard" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
{% else %}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
# Get SHA256 from https://pypi.org/project/trulens-dashboard/#files
sha256: cbd14ad7f1c22378b0359a82e610c8a23317fd8324f41cb179c31ae9838ab5eb
sha256: 9ba3653d461e42e0928c1522844a36fc7daa441c4cc40eb53386878ec9a39c9b
{% endif %}

build:
Expand Down
4 changes: 2 additions & 2 deletions src/feedback/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "trulens-feedback" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
{% else %}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
# Get SHA256 from https://pypi.org/project/trulens-feedback/#files
sha256: c873d50ffb77043bea252c5a92b4e0bcfdca600ddb0160bb5d783ddf6e6ef7a9
sha256: d6c418bce3208336da186c2f033423b04675290b2271533adea67f899f42e8a8
{% endif %}

build:
Expand Down
4 changes: 2 additions & 2 deletions src/otel/semconv/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "trulens-otel-semconv" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
{% else %}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
# Get SHA256 from https://pypi.org/project/trulens-otel-semconv/#files
sha256: 5e0c380bcc500c77e3d5635e81e2823a449e609de83c8d0a739cd1a40991586e
sha256: eb5e6efe90ee36791e963fc9fc659a201cae31eaf3d0f62662d9e4e163c97f77
{% endif %}

build:
Expand Down
4 changes: 2 additions & 2 deletions src/providers/cortex/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "trulens-providers-cortex" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
{% else %}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
# Get SHA256 from https://pypi.org/project/trulens-providers-cortex/#files
sha256: 4919637aa7a413538ae1c3614823f5f4a033cd8915cedb734f7eb334cea03955
sha256: 4b6b088f50d18ea59726f63608cc5320cf672ed6dc41ef680654c80e158c1c7d
{% endif %}

build:
Expand Down

0 comments on commit 9094de7

Please sign in to comment.