Skip to content

Commit

Permalink
release 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkglasbrenner committed Oct 28, 2024
1 parent 5295ea9 commit e33c3f1
Show file tree
Hide file tree
Showing 35 changed files with 3,519 additions and 3,491 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Details are available in the project documentation available at <https://pages.n

## Current Release Status

Release 1.0.0-dev -- with on-going improvements and development
Release 1.0.1 -- with on-going improvements and development

## Use Cases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"argbash": {
"image": "argbash",
"namespace": "matejak",
"tag": "latest",
"tag": "sha-0d046ad",
"registry": ""
},
"db": {
Expand All @@ -78,7 +78,7 @@
"dbadmin": {
"image": "pgadmin4",
"namespace": "dpage",
"tag": "latest",
"tag": "8.12",
"registry": ""
},
"mc": {
Expand All @@ -90,19 +90,19 @@
"minio": {
"image": "minio",
"namespace": "minio",
"tag": "latest",
"tag": "RELEASE.2024-07-16T23-46-41Z",
"registry": ""
},
"nodejs": {
"image": "node",
"namespace": "",
"tag": "18",
"tag": "22.5.1",
"registry": ""
},
"redis": {
"image": "redis",
"namespace": "",
"tag": "latest",
"tag": "7.2.6",
"registry": ""
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,69 @@
#
# pip-compile --output-file=venvs/linux-amd64-py3.11-mlflow-tracking-requirements.txt docker/pip-tools/mlflow-tracking-requirements.in
#
alembic==1.13.2
alembic==1.13.3
# via mlflow
aniso8601==9.0.1
# via graphene
blinker==1.8.2
# via flask
boto3==1.34.139
boto3==1.35.50
# via -r docker/pip-tools/mlflow-tracking-requirements.in
botocore==1.34.139
botocore==1.35.50
# via
# boto3
# s3transfer
cachetools==5.3.3
# via mlflow
certifi==2024.7.4
cachetools==5.5.0
# via
# google-auth
# mlflow-skinny
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# flask
# mlflow
cloudpickle==3.0.0
# via mlflow
contourpy==1.2.1
# mlflow-skinny
cloudpickle==3.1.0
# via mlflow-skinny
contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
databricks-sdk==0.36.0
# via mlflow-skinny
deprecated==1.2.14
# via opentelemetry-api
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
docker==7.1.0
# via mlflow
entrypoints==0.4
# via mlflow
flask==3.0.3
# via mlflow
fonttools==4.53.1
fonttools==4.54.1
# via matplotlib
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via mlflow-skinny
google-auth==2.35.0
# via databricks-sdk
graphene==3.4.1
# via mlflow
graphene==3.3
# via mlflow
graphql-core==3.2.3
graphql-core==3.2.5
# via
# graphene
# graphql-relay
graphql-relay==3.2.0
# via graphene
greenlet==3.0.3
greenlet==3.1.1
# via sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via mlflow
idna==3.7
idna==3.10
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.4.0
# via
# mlflow
# mlflow-skinny
# opentelemetry-api
itsdangerous==2.2.0
# via flask
Expand All @@ -76,22 +80,24 @@ jmespath==1.0.1
# botocore
joblib==1.4.2
# via scikit-learn
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
mako==1.3.5
mako==1.3.6
# via alembic
markdown==3.6
markdown==3.7
# via mlflow
markupsafe==2.1.5
markupsafe==3.0.2
# via
# jinja2
# mako
# werkzeug
matplotlib==3.9.1
matplotlib==3.9.2
# via mlflow
mlflow==2.14.2
mlflow==2.17.1
# via -r docker/pip-tools/mlflow-tracking-requirements.in
numpy==1.26.4
mlflow-skinny==2.17.1
# via mlflow
numpy==2.1.2
# via
# contourpy
# matplotlib
Expand All @@ -100,88 +106,93 @@ numpy==1.26.4
# pyarrow
# scikit-learn
# scipy
opentelemetry-api==1.25.0
opentelemetry-api==1.27.0
# via
# mlflow
# mlflow-skinny
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-sdk==1.25.0
# via mlflow
opentelemetry-semantic-conventions==0.46b0
opentelemetry-sdk==1.27.0
# via mlflow-skinny
opentelemetry-semantic-conventions==0.48b0
# via opentelemetry-sdk
packaging==24.1
# via
# gunicorn
# matplotlib
# mlflow
pandas==2.2.2
# mlflow-skinny
pandas==2.2.3
# via mlflow
pillow==10.4.0
pillow==11.0.0
# via matplotlib
protobuf==4.25.3
# via mlflow
psycopg2-binary==2.9.9
protobuf==5.28.3
# via mlflow-skinny
psycopg2-binary==2.9.10
# via -r docker/pip-tools/mlflow-tracking-requirements.in
pyarrow==15.0.2
pyarrow==17.0.0
# via mlflow
pyparsing==3.1.2
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.1
# via google-auth
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.9.0.post0
# via
# botocore
# graphene
# matplotlib
# pandas
pytz==2024.1
# via
# mlflow
# pandas
pyyaml==6.0.1
# via mlflow
querystring-parser==1.2.4
# via mlflow
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via mlflow-skinny
requests==2.32.3
# via
# databricks-sdk
# docker
# mlflow
s3transfer==0.10.2
# mlflow-skinny
rsa==4.9
# via google-auth
s3transfer==0.10.3
# via boto3
scikit-learn==1.5.1
scikit-learn==1.5.2
# via mlflow
scipy==1.14.0
scipy==1.14.1
# via
# mlflow
# scikit-learn
simplejson==3.19.2
simplejson==3.19.3
# via -r docker/pip-tools/mlflow-tracking-requirements.in
six==1.16.0
# via
# python-dateutil
# querystring-parser
# via python-dateutil
smmap==5.0.1
# via gitdb
sqlalchemy==2.0.31
sqlalchemy==2.0.36
# via
# alembic
# mlflow
sqlparse==0.5.0
# via mlflow
sqlparse==0.5.1
# via mlflow-skinny
threadpoolctl==3.5.0
# via scikit-learn
typing-extensions==4.12.2
# via
# alembic
# graphene
# opentelemetry-sdk
# sqlalchemy
tzdata==2024.1
tzdata==2024.2
# via pandas
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# docker
# requests
werkzeug==3.0.3
werkzeug==3.0.6
# via flask
wrapt==1.16.0
# via deprecated
zipp==3.19.2
zipp==3.20.2
# via importlib-metadata
Loading

0 comments on commit e33c3f1

Please sign in to comment.