Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jul 16, 2023
1 parent 1a68df9 commit c8953e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def build():
namex.generate_api_files(package, code_directory="src", verbose=True)

# Make sure to export the __version__ string
from keras_core.src import __version__ # noqa: E402
from keras_core.src.version import __version__ # noqa: E402

with open(os.path.join(package, "__init__.py")) as f:
init_contents = f.read()
Expand Down

0 comments on commit c8953e5

Please sign in to comment.