Skip to content

Commit

Permalink
marking tf
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Feb 16, 2024
1 parent 7cf62c5 commit 3eb38ad
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 2 deletions.
81 changes: 80 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tabulate = "^0.9.0"
numpy = "^1.26.4"
networkx = "^3.2.1"
cvxpy = {version = "^1.4.2", optional = true}
tensorflow = {version = "^2.14.1", optional = true}
tensorflow = { version = "^2.14.1", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", optional = true}

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 3eb38ad

Please sign in to comment.