Skip to content

Commit 9e7697d

Browse files
Merge pull request opendatahub-io#85 from HumairAK/ds-sync
Sync downstream changes to upstream.
2 parents e6b9013 + 1be94d0 commit 9e7697d

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

backend/artifact_manager/requirements-build.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ setuptools>=40.8.0
77
setuptools_scm
88
tomli>=1.0.0
99
typing-extensions
10-
wheel
10+
wheel

backend/artifact_manager/requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ wheel==0.37.1
3333
setuptools==65.5.0
3434
# via
3535
# -r requirements-build.in
36-
# setuptools-scm
36+
# setuptools-scm

backend/artifact_manager/setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup, find_packages
2+
3+
setup(
4+
name='modh/data-science-pipelines-artifact-manager',
5+
version='1.0.0',
6+
url='https://github.com/red-hat-data-services/data-science-pipelines.git',
7+
author='Red Hat Openshift Data Science',
8+
author_email='[email protected]',
9+
description='Artifact Manager for Data Science Pipelines on RHODS',
10+
packages=find_packages(),
11+
install_requires=['awscli >= 1.25.78']
12+
)

backend/src/apiserver/visualization/requirements.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jsonschema==3.2.0 # via nbformat
7474
jupyter-client==5.3.5 # via -r -, ipykernel, notebook
7575
jupyter-core==4.9.1 # via jupyter-client, nbconvert, nbformat, notebook
7676
jupyterlab-widgets==1.0.2 # via ipywidgets
77-
keras==2.6.0 # via tensorflow
78-
keras-preprocessing==1.1.2 # via tensorflow
77+
keras==2.6.0
7978
libcst==0.3.23 # via google-cloud-bigquery-storage
8079
markdown==3.3.6 # via tensorboard
8180
markupsafe==2.0.1 # via jinja2
@@ -122,15 +121,6 @@ scikit_learn==0.21.2 # via -r -
122121
scipy==1.5.4 # via scikit-learn, tensorflow-model-analysis
123122
send2trash==1.8.0 # via notebook
124123
six==1.15.0 # via absl-py, astunparse, bleach, bokeh, fasteners, google-api-core, google-api-python-client, google-apitools, google-auth, google-auth-httplib2, google-cloud-core, google-pasta, google-resumable-media, grpcio, hdfs, jsonschema, keras-preprocessing, oauth2client, python-dateutil, tensorflow, tensorflow-data-validation, tensorflow-model-analysis, traitlets
125-
tensorboard-data-server==0.6.1 # via tensorboard
126-
tensorboard-plugin-wit==1.8.0 # via tensorboard
127-
tensorboard==2.7.0 # via tensorflow
128-
tensorflow-data-validation==1.2.0 # via -r -
129-
tensorflow-estimator==2.5.0 # via tensorflow
130-
tensorflow-metadata==1.2.0 # via -r -, tensorflow-data-validation, tensorflow-model-analysis, tfx-bsl
131-
tensorflow-model-analysis==0.33.0 # via -r -
132-
tensorflow-serving-api==2.5.1 # via -r -, tfx-bsl
133-
tensorflow==2.5.1 # via -r -, tensorflow-data-validation, tensorflow-model-analysis, tensorflow-serving-api, tfx-bsl
134124
termcolor==1.1.0 # via tensorflow
135125
terminado==0.12.1 # via notebook
136126
testpath==0.5.0 # via nbconvert

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_long_description() -> str:
172172

173173
setup(
174174
name=NAME,
175-
version=find_version("kfp_tekton", "__init__.py"),
175+
version='1.3.1',
176176
description=DESCRIPTION,
177177
long_description=get_long_description(),
178178
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)