Skip to content

Commit

Permalink
should work on linux x86_64 now
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jun 11, 2024
1 parent f526d0a commit 2cc9dc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 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
Expand Up @@ -10,8 +10,8 @@ readme = "README.md"
python = ">=3.11,<3.12"
tensorflow-macos = {markers="sys_platform == 'darwin' and platform_machine == 'aarch64'", version = "~2.15.0"}
tensorflow = [
{markers="sys_platform == 'darwin' and platform_machine == 'x86_64'", version = "~2.15.0"},
{markers="sys_platform == 'linux' and platform_machine == 'x86_64'", version = "~2.15.0"},
{markers="sys_platform == 'darwin' and platform_machine == 'x86_64'", version = "2.15.0"},
{markers="sys_platform == 'linux' and platform_machine == 'x86_64'", version = "2.15.0"},
{markers="sys_platform == 'linux' and platform_machine == 'aarch64'", url="https://github.com/PINTO0309/Tensorflow-bin/releases/download/v2.15.0.post1/tensorflow-2.15.0.post1-cp311-none-linux_aarch64.whl"}, # this is specifically for Raspberry Pis.
{platform = "win32", version = "~2.15.0"},
]
Expand Down

0 comments on commit 2cc9dc6

Please sign in to comment.