Skip to content

Commit f6c4ac5

Browse files
committed
Restore version string resolution in pip_build.
1 parent 533bd43 commit f6c4ac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pip_build.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ def build(root_path, is_nightly=False, rc_index=None):
8686
move_tf_keras_directory()
8787
print(os.getcwd())
8888

89-
# from keras.src.version import __version__ # noqa: E402
89+
from keras.src.version import __version__ # noqa: E402
9090

91-
__version__ = "3.3.2"
9291
export_version_string(__version__, is_nightly, rc_index)
9392
return build_and_save_output(root_path, __version__)
9493
finally:

0 commit comments

Comments
 (0)