Skip to content

Commit

Permalink
update to v1.15.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali authored Jan 8, 2024
1 parent 5ece724 commit 715e644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "tf2onnx" %}
{% set version = "1.15.0" %}
{% set version = "1.15.1" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -31,6 +31,7 @@ requirements:
run:
- python {{ python }}
- onnx {{ onnx }}
- ml_dtypes {{ ml_dtypes }}
- {{ pin_compatible('numpy') }}
- six {{ six }}
- typing-extensions {{ typing_extensions }} # [py<38]
Expand Down

0 comments on commit 715e644

Please sign in to comment.