Update requirements
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a6a1825663
commit
90d1ebe61b
@ -0,0 +1,17 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {dockerfile true}
|
||||||
|
parameters {
|
||||||
|
buildSelector(
|
||||||
|
defaultSelector: lastSuccessful(),
|
||||||
|
description: 'Last successfull artifact',
|
||||||
|
name: 'BUILD_SELECTOR'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('copyArtifacts') {
|
||||||
|
steps {
|
||||||
|
copyArtifacts fingerprintArtifacts: true, projectName: 's434705-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,11 +1,18 @@
|
|||||||
absl-py==0.12.0
|
absl-py==0.12.0
|
||||||
|
alembic==1.4.1
|
||||||
astunparse==1.6.3
|
astunparse==1.6.3
|
||||||
cachetools==4.2.1
|
cachetools==4.2.1
|
||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
|
click==8.0.0
|
||||||
|
cloudpickle==1.6.0
|
||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
cycler==0.10.0
|
cycler==0.10.0
|
||||||
|
databricks-cli==0.14.3
|
||||||
|
docker==5.0.0
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
|
entrypoints==0.3
|
||||||
|
Flask==2.0.0
|
||||||
flatbuffers==1.12
|
flatbuffers==1.12
|
||||||
gast==0.4.0
|
gast==0.4.0
|
||||||
gitdb==4.0.7
|
gitdb==4.0.7
|
||||||
@ -13,17 +20,24 @@ GitPython==3.1.17
|
|||||||
google-auth==1.29.0
|
google-auth==1.29.0
|
||||||
google-auth-oauthlib==0.4.4
|
google-auth-oauthlib==0.4.4
|
||||||
google-pasta==0.2.0
|
google-pasta==0.2.0
|
||||||
|
greenlet==1.1.0
|
||||||
grpcio==1.34.1
|
grpcio==1.34.1
|
||||||
|
gunicorn==20.1.0
|
||||||
h5py==3.1.0
|
h5py==3.1.0
|
||||||
idna==2.10
|
idna==2.10
|
||||||
|
itsdangerous==2.0.0
|
||||||
|
Jinja2==3.0.0
|
||||||
joblib==1.0.1
|
joblib==1.0.1
|
||||||
jsonpickle==1.5.2
|
jsonpickle==1.5.2
|
||||||
kaggle==1.5.12
|
kaggle==1.5.12
|
||||||
keras-nightly==2.5.0.dev2021032900
|
keras-nightly==2.5.0.dev2021032900
|
||||||
Keras-Preprocessing==1.1.2
|
Keras-Preprocessing==1.1.2
|
||||||
kiwisolver==1.3.1
|
kiwisolver==1.3.1
|
||||||
|
Mako==1.1.4
|
||||||
Markdown==3.3.4
|
Markdown==3.3.4
|
||||||
|
MarkupSafe==2.0.0
|
||||||
matplotlib==3.4.2
|
matplotlib==3.4.2
|
||||||
|
mlflow==1.17.0
|
||||||
munch==2.5.0
|
munch==2.5.0
|
||||||
numpy==1.19.5
|
numpy==1.19.5
|
||||||
oauthlib==3.1.0
|
oauthlib==3.1.0
|
||||||
@ -31,6 +45,8 @@ opt-einsum==3.3.0
|
|||||||
packaging==20.9
|
packaging==20.9
|
||||||
pandas==1.2.4
|
pandas==1.2.4
|
||||||
Pillow==8.2.0
|
Pillow==8.2.0
|
||||||
|
prometheus-client==0.10.1
|
||||||
|
prometheus-flask-exporter==0.18.2
|
||||||
protobuf==3.15.8
|
protobuf==3.15.8
|
||||||
py-cpuinfo==8.0.0
|
py-cpuinfo==8.0.0
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
@ -38,8 +54,11 @@ pyasn1-modules==0.2.8
|
|||||||
pymongo==3.11.4
|
pymongo==3.11.4
|
||||||
pyparsing==2.4.7
|
pyparsing==2.4.7
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
|
python-editor==1.0.4
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pytz==2021.1
|
pytz==2021.1
|
||||||
|
PyYAML==5.4.1
|
||||||
|
querystring-parser==1.2.4
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
requests-oauthlib==1.3.0
|
requests-oauthlib==1.3.0
|
||||||
rsa==4.7.2
|
rsa==4.7.2
|
||||||
@ -49,6 +68,9 @@ scipy==1.6.1
|
|||||||
six==1.15.0
|
six==1.15.0
|
||||||
sklearn==0.0
|
sklearn==0.0
|
||||||
smmap==4.0.0
|
smmap==4.0.0
|
||||||
|
SQLAlchemy==1.4.15
|
||||||
|
sqlparse==0.4.1
|
||||||
|
tabulate==0.8.9
|
||||||
tensorboard==2.5.0
|
tensorboard==2.5.0
|
||||||
tensorboard-data-server==0.6.0
|
tensorboard-data-server==0.6.0
|
||||||
tensorboard-plugin-wit==1.8.0
|
tensorboard-plugin-wit==1.8.0
|
||||||
@ -60,5 +82,6 @@ threadpoolctl==2.1.0
|
|||||||
tqdm==4.59.0
|
tqdm==4.59.0
|
||||||
typing-extensions==3.7.4.3
|
typing-extensions==3.7.4.3
|
||||||
urllib3==1.26.4
|
urllib3==1.26.4
|
||||||
Werkzeug==1.0.1
|
websocket-client==0.59.0
|
||||||
|
Werkzeug==2.0.0
|
||||||
wrapt==1.12.1
|
wrapt==1.12.1
|
||||||
|
Loading…
Reference in New Issue
Block a user