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
  • Loading branch information
jonas-eschle committed May 24, 2024
1 parent fb79960 commit 9b349e3
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 9b349e3

Please sign in to comment.