Skip to content

Commit

Permalink
Restore version string resolution in pip_build.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Apr 26, 2024
1 parent 533bd43 commit f6c4ac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pip_build.py
Expand Up @@ -86,9 +86,8 @@ def build(root_path, is_nightly=False, rc_index=None):
move_tf_keras_directory()
print(os.getcwd())

# from keras.src.version import __version__ # noqa: E402
from keras.src.version import __version__ # noqa: E402

__version__ = "3.3.2"
export_version_string(__version__, is_nightly, rc_index)
return build_and_save_output(root_path, __version__)
finally:
Expand Down

0 comments on commit f6c4ac5

Please sign in to comment.