Skip to content

Commit ba4c67b

Browse files
authored
update requirements for wedpr_ml_toolkit (#83)
* fix classfier * update requirements for wedpr_ml_toolkit
1 parent 4f11c7c commit ba4c67b

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

.github/workflows/cpp_full_node_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths-ignore:
55
- "docs/**"
66
- "python/**"
7+
- "cpp/wedpr-transport/sdk-wrapper/python/bindings/**"
78
- "Changelog.md"
89
- "README.md"
910
pull_request:

.github/workflows/cpp_sdk_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths-ignore:
55
- "docs/**"
66
- "python/**"
7+
- "cpp/wedpr-transport/sdk-wrapper/python/bindings/**"
78
- "Changelog.md"
89
- "README.md"
910
pull_request:
@@ -155,4 +156,4 @@ jobs:
155156
mkdir -p cpp/build
156157
cd cpp/build
157158
cmake3 -DCMAKE_BUILD_TYPE=Release -DBUILD_SDK=ON -DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake ../
158-
cmake3 --build . --parallel 3
159+
cmake3 --build . --parallel 3

.github/workflows/cpp_toolkit_workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths-ignore:
55
- "docs/**"
66
- "python/**"
7+
- "cpp/wedpr-transport/sdk-wrapper/python/bindings/**"
78
- "Changelog.md"
89
- "README.md"
910
pull_request:
@@ -164,4 +165,4 @@ jobs:
164165
- uses: actions/upload-artifact@v3
165166
with:
166167
name: libwedpr_python_transport.so
167-
path: ./cpp/wedpr-transport/sdk-wrapper/python/bindings/wedpr_python_gateway_sdk/libs/libwedpr_python_transport.so
168+
path: ./cpp/wedpr-transport/sdk-wrapper/python/bindings/wedpr_python_gateway_sdk/libs/libwedpr_python_transport.so

cpp/wedpr-transport/sdk-wrapper/python/bindings/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def run(self):
3939
'Intended Audience :: Developers',
4040
'Intended Audience :: System Administrators',
4141
'Intended Audience :: Science/Research',
42-
'License :: OSI Approved :: Apache License',
4342
'Programming Language :: Python',
4443
'Programming Language :: Python :: 3',
4544
],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
hdfs
22
requests~=2.31.0
33
requests_toolbelt==0.9.1
4+
wedpr-python-gateway-sdk
45

python/wedpr_ml_toolkit/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def run(self):
3535
'Intended Audience :: Developers',
3636
'Intended Audience :: System Administrators',
3737
'Intended Audience :: Science/Research',
38-
'License :: OSI Approved :: Apache License',
3938
'Programming Language :: Python',
4039
'Programming Language :: Python :: 3',
4140
],

0 commit comments

Comments
 (0)