Skip to content

Commit

Permalink
Update ml_dtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Nov 19, 2024
1 parent 70fb4d9 commit db1e370
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
{% set build = build + 200 %}
{% endif %}

# 2.17.0.rc1 uses unreleased commit
# https://github.com/jax-ml/ml_dtypes/commit/24084d9ed2c3d45bf83b7a9bff833aa185bf9172
# see
# https://github.com/tensorflow/tensorflow/blob/v2.17.0-rc1/third_party/py/ml_dtypes/workspace.bzl
{% set ml_dtypes_version = "0.4.0" %}
# https://github.com/tensorflow/tensorflow/blob/v2.18.0/third_party/py/ml_dtypes/workspace.bzl
{% set ml_dtypes_version = "0.5.0" %}

package:
name: tensorflow-split
Expand Down Expand Up @@ -145,6 +142,7 @@ requirements:
- sqlite
- snappy
- zlib
- ml_dtypes >={{ ml_dtypes_version }},<0.5

outputs:
# 2021/12/29: hmaarrfk
Expand Down

0 comments on commit db1e370

Please sign in to comment.