Skip to content

[common-artifacts] Revise package list#15320

Merged
seanshpark merged 1 commit intoSamsung:masterfrom
seanshpark:cmnarts_up_pypkgs
May 8, 2025
Merged

[common-artifacts] Revise package list#15320
seanshpark merged 1 commit intoSamsung:masterfrom
seanshpark:cmnarts_up_pypkgs

Conversation

@seanshpark
Copy link
Contributor

This will revise python package list with

  • use TensorFlow 2.19.0 for python 3.10
  • update flatbuffers for TF change
  • add numpy incase of system doesn't have it

This will revise python package list with
- use TensorFlow 2.19.0 for python 3.10
- update flatbuffers for TF change
- add numpy incase of system doesn't have it

ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
@seanshpark
Copy link
Contributor Author

@seanshpark seanshpark requested a review from a team May 8, 2025 02:15
list(APPEND PY_PKG_LIST "pytest==7.4.3")
list(APPEND PY_PKG_LIST "h5py==3.11.0")
list(APPEND PY_PKG_LIST "cffi==1.16.0")
list(APPEND PY_PKG_LIST "numpy==1.26.4")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

numpy version for 8 and 10 differs as this follow TF requirements

list(APPEND PY_PKG_LIST "tensorflow-cpu==2.19.0")
endif(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "aarch64")
list(APPEND PY_PKG_LIST "flatbuffers==23.5.26")
list(APPEND PY_PKG_LIST "flatbuffers==24.3.25")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fb is updated to follow TF requirements

Copy link
Contributor

@shs-park shs-park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
=)

@seanshpark seanshpark merged commit 3620716 into Samsung:master May 8, 2025
7 checks passed
@seanshpark seanshpark deleted the cmnarts_up_pypkgs branch May 8, 2025 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments