Skip to content

Commit

Permalink
use pypi package instead of git for tensorflow-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed May 19, 2023
1 parent 71907aa commit a5a3e53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ version = ">=0.18,<0.20"
markers = "sys_platform != 'linux' or (platform_machine != 'arm64' and platform_machine != 'aarch64')"

[[tool.poetry.dependencies.tensorflow-addons]]
git = "https://github.com/tensorflow/addons.git"
tag = "v0.19.0"
version = "0.19.0"
markers = "sys_platform == 'linux' and (platform_machine == 'arm64' or platform_machine == 'aarch64')"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a5a3e53

Please sign in to comment.