Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkoren21 committed Jan 2, 2025
1 parent 992e867 commit bc168b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "onnx2kerastl"
version = "0.0.158.dev1"
version = "0.0.158.dev2"
description = ""
authors = ["dorhar <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8, <3.11"
tensorflow = {version = "2.12.0", markers = "platform_machine == 'x86_64'"}
tensorflow-macos = "2.12"
tensorflow-macos = {version = "2.12.0", markers = "platform_machine == 'arm64'"}
onnx = "1.13.0"
protobuf = "^3.19.6"
tensorflow-addons = {version = "^0.19.0", markers = "platform_machine == 'x86_64'"}
Expand Down

0 comments on commit bc168b7

Please sign in to comment.