Skip to content

Commit

Permalink
fix: python build ignore experimental due to circular refs
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b349e3)
  • Loading branch information
jonas-eschle committed May 24, 2024
1 parent 9d3bb64 commit 7bd7b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf_keras/tools/pip_package/create_pip_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
PIP_EXCLUDED_DIRS = frozenset(
[
"tf_keras/benchmarks",
"tf_keras/layers/experimental", # cannot build currently, circular refs
"tf_keras/tests",
]
)
Expand All @@ -45,6 +46,7 @@
EXCLUDED_INIT_FILE_DIRECTORIES = frozenset(
[
"tf_keras/benchmarks",
"tf_keras/layers/experimental",
"tf_keras/tools",
]
)
Expand Down

0 comments on commit 7bd7b3d

Please sign in to comment.