From 9e4d7cf78bce484da512f789160467709d3749db Mon Sep 17 00:00:00 2001 From: Sean Pryor Date: Wed, 29 Nov 2023 16:32:55 -0500 Subject: [PATCH] Update of Anaconda deps --- base/anaconda-python-3.8/Dockerfile | 4 +- base/anaconda-python-3.8/environment.yml | 16 +- .../anaconda-python-3.8/environment.in | 55 +- .../anaconda-python-3.8/environment.yml | 601 ++++++++++-------- 4 files changed, 363 insertions(+), 313 deletions(-) diff --git a/base/anaconda-python-3.8/Dockerfile b/base/anaconda-python-3.8/Dockerfile index c743c3c35..7230f6016 100644 --- a/base/anaconda-python-3.8/Dockerfile +++ b/base/anaconda-python-3.8/Dockerfile @@ -72,8 +72,8 @@ RUN /opt/anaconda3/bin/conda env create --file environment.yml -p "${APP_ROOT}" # For RHEL/Centos 8+ scl_enable isn't sourced automatically in s2i-core # so virtualenv needs to be activated this way -ENV BASH_ENV="/opt/anaconda3/bin/activate ${APP_ROOT}" \ - ENV="/opt/anaconda3/bin/activate ${APP_ROOT}" \ +ENV BASH_ENV="source /opt/anaconda3/bin/activate ${APP_ROOT}" \ + ENV="source /opt/anaconda3/bin/activate ${APP_ROOT}" \ PROMPT_COMMAND=". /opt/anaconda3/bin/activate ${APP_ROOT}" USER 1001 diff --git a/base/anaconda-python-3.8/environment.yml b/base/anaconda-python-3.8/environment.yml index d853c6f73..d24539482 100644 --- a/base/anaconda-python-3.8/environment.yml +++ b/base/anaconda-python-3.8/environment.yml @@ -5,22 +5,24 @@ channels: dependencies: - _libgcc_mutex=0.1=main - _openmp_mutex=5.1=1_gnu - - ca-certificates=2023.01.10=h06a4308_0 + - ca-certificates=2023.08.22=h06a4308_0 + - icu=73.1=h6a678d5_0 - ld_impl_linux-64=2.38=h1181459_1 - libffi=3.4.4=h6a678d5_0 - libgcc-ng=11.2.0=h1234567_1 - libgomp=11.2.0=h1234567_1 - libstdcxx-ng=11.2.0=h1234567_1 + - libuv=1.44.2=h5eee18b_0 - ncurses=6.4=h6a678d5_0 - - nodejs=18.15.0=ha637b67_0 - - openssl=1.1.1t=h7f8727e_0 - - pip=23.0.1=py38h06a4308_0 - - python=3.8.16=h7a1cb2a_3 + - nodejs=18.16.0=h2d74bed_1 + - openssl=3.0.12=h7f8727e_0 + - pip=23.3.1=py38h06a4308_0 + - python=3.8.18=h955ad1f_0 - readline=8.2=h5eee18b_0 - - setuptools=66.0.0=py38h06a4308_0 + - setuptools=68.0.0=py38h06a4308_0 - sqlite=3.41.2=h5eee18b_0 - tk=8.6.12=h1ccaba5_0 - - wheel=0.38.4=py38h06a4308_0 + - wheel=0.41.2=py38h06a4308_0 - xz=5.4.2=h5eee18b_0 - zlib=1.2.13=h5eee18b_0 prefix: /opt/app-root diff --git a/jupyter/datascience/anaconda-python-3.8/environment.in b/jupyter/datascience/anaconda-python-3.8/environment.in index c4185f4b0..a7c0979ab 100644 --- a/jupyter/datascience/anaconda-python-3.8/environment.in +++ b/jupyter/datascience/anaconda-python-3.8/environment.in @@ -1,28 +1,27 @@ -jupyterlab==3.5 -jupyterlab_server>2.0 -jupyter-server-proxy -jupyter_server_terminals -jupyterlab-git -jupyter_kernel_gateway -jupyter_contrib_nbextensions -jupyter_nbextensions_configurator -jupyter_bokeh -jupyter-lsp -jupyterlab_widgets -jupyter-resource-usage -matplotlib -numpy -pandas -plotly -scikit-learn -scipy -nbdime -nbgitpuller -tensorflow -pytorch -ipython -cryptography -nodejs>12.0.0 -urllib3<1.26.16 -elyra -kfp-tekton<1.6.0 \ No newline at end of file +boto3~=1.28 +kafka-python~=2.0 +matplotlib~=3.6 +numpy~=1.24 +pandas~=1.5 +plotly~=5.16 +scikit-learn~=1.3 +scipy~=1.10 +skl2onnx~=1.15 +pymongo~=4.5 +psycopg~=3.1 +pyodbc~=4.0 +mysql-connector-python~=8.0 +elyra-pipeline-editor-extension>=3.15 +elyra-python-editor-extension>=3.15 +elyra-code-snippet-extension>=3.15 +jupyterlab~=3.6 +jupyter_bokeh~=3.0 +jupyter_server~=2.7 +jupyter-server-proxy~=4.0 +jupyter_server_terminals~=0.4 +jupyterlab-git~=0.42 +jupyterlab-lsp~=4.2 +jupyterlab_widgets~=3.0 +jupyter-resource-usage~=0.6 +nbdime~=3.2 +nbgitpuller~=1.2 \ No newline at end of file diff --git a/jupyter/datascience/anaconda-python-3.8/environment.yml b/jupyter/datascience/anaconda-python-3.8/environment.yml index 57a97f7fe..027db855a 100644 --- a/jupyter/datascience/anaconda-python-3.8/environment.yml +++ b/jupyter/datascience/anaconda-python-3.8/environment.yml @@ -1,367 +1,416 @@ ---- name: /opt/app-root channels: - conda-forge - defaults dependencies: - - _libgcc_mutex=0.1=main - - _openmp_mutex=5.1=1_gnu - - _tflow_select=2.3.0=mkl - - abseil-cpp=20211102.0=h27087fc_1 + - _libgcc_mutex=0.1=conda_forge + - _openmp_mutex=4.5=2_gnu - absl-py=1.4.0=pyhd8ed1ab_0 - - aiohttp=3.8.1=py38h0a891b7_1 + - aiofiles=22.1.0=pyhd8ed1ab_0 + - aiohttp=3.9.1=py38h01eb140_0 - aiosignal=1.3.1=pyhd8ed1ab_0 + - aiosqlite=0.19.0=pyhd8ed1ab_0 + - alsa-lib=1.2.10=hd590300_0 - ansiwrap=0.8.4=py_0 - - anyio=3.7.0=pyhd8ed1ab_1 - - argon2-cffi=21.3.0=pyhd8ed1ab_0 - - argon2-cffi-bindings=21.2.0=py38h0a891b7_2 - - astroid=2.15.5=py38h578d9bd_0 - - asttokens=2.2.1=pyhd8ed1ab_0 - - astunparse=1.6.3=pyhd8ed1ab_0 - - async-timeout=4.0.2=pyhd8ed1ab_0 + - anyio=4.1.0=pyhd8ed1ab_0 + - argon2-cffi=23.1.0=pyhd8ed1ab_0 + - argon2-cffi-bindings=21.2.0=py38h01eb140_4 + - arrow=1.3.0=pyhd8ed1ab_0 + - astroid=3.0.1=py38h578d9bd_0 + - asttokens=2.4.1=pyhd8ed1ab_0 + - async-timeout=4.0.3=pyhd8ed1ab_0 + - attr=2.5.1=h166bdaf_1 - attrs=23.1.0=pyh71513ae_1 - - autopep8=2.0.2=pyhd8ed1ab_0 - - babel=2.12.1=pyhd8ed1ab_1 + - autopep8=2.0.4=pyhd8ed1ab_0 + - babel=2.13.1=pyhd8ed1ab_0 - backcall=0.2.0=pyh9f0ad1d_0 - backports=1.0=pyhd8ed1ab_3 - - backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0 + - backports.zoneinfo=0.2.1=py38h01eb140_8 - beautifulsoup4=4.12.2=pyha770c72_0 - - black=23.3.0=py38h578d9bd_1 - - blas=1.0=mkl - - bleach=6.0.0=pyhd8ed1ab_0 - - blinker=1.6.2=pyhd8ed1ab_0 + - black=23.10.1=py38h578d9bd_0 + - bleach=6.1.0=pyhd8ed1ab_0 + - blinker=1.7.0=pyhd8ed1ab_0 - bokeh=3.1.1=pyhd8ed1ab_0 - - bottleneck=1.3.5=py38h7deecbd_0 - - brotli=1.0.9=h166bdaf_7 - - brotli-bin=1.0.9=h166bdaf_7 - - brotlipy=0.7.0=py38h0a891b7_1004 - - c-ares=1.19.0=h5eee18b_0 - - ca-certificates=2023.5.7=hbcca054_0 + - boto3=1.33.2=pyhd8ed1ab_0 + - botocore=1.33.2=pyhd8ed1ab_0 + - brotli=1.1.0=hd590300_1 + - brotli-bin=1.1.0=hd590300_1 + - brotli-python=1.1.0=py38h17151c0_1 + - bzip2=1.0.8=hd590300_5 + - c-ares=1.22.1=hd590300_0 + - ca-certificates=2023.11.17=hbcca054_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - cachetools=4.2.4=pyhd8ed1ab_0 - - certifi=2023.5.7=pyhd8ed1ab_0 - - cffi=1.15.0=py38h3931269_0 - - charset-normalizer=2.0.4=pyhd3eb1b0_0 - - click=8.1.3=unix_pyhd8ed1ab_2 + - cachetools=5.3.2=pyhd8ed1ab_0 + - cairo=1.18.0=h3faef2a_0 + - certifi=2023.11.17=pyhd8ed1ab_0 + - cffi=1.16.0=py38h6d47a40_0 + - charset-normalizer=3.3.2=pyhd8ed1ab_0 + - click=8.1.7=unix_pyh707e725_0 - cloudpickle=2.2.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_0 + - comm=0.1.4=pyhd8ed1ab_0 - configparser=5.3.0=pyhd8ed1ab_0 - - contourpy=1.0.5=py38hdb19cb5_0 - - cryptography=3.4.8=py38h3e25421_1 - - cudatoolkit=11.3.1=h2bc3f7f_2 - - cudnn=8.2.1=cuda11.3_0 - - cupti=11.3.1=0 - - cycler=0.11.0=pyhd8ed1ab_0 - - dbus=1.13.18=hb2f20db_0 + - contourpy=1.1.1=py38h7f3f72f_1 + - cryptography=41.0.5=py38hcdda232_0 + - cycler=0.12.1=pyhd8ed1ab_0 + - dbus=1.13.6=h5008d03_3 + - debugpy=1.8.0=py38h17151c0_1 - decorator=5.1.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.14=pyh1a96a4e_0 - deprecation=2.1.0=pyh9f0ad1d_0 - - dill=0.3.6=pyhd8ed1ab_1 - - docstring-to-markdown=0.12=pyhd8ed1ab_0 + - dill=0.3.7=pyhd8ed1ab_0 + - dnspython=2.4.2=pyhd8ed1ab_1 + - docstring-to-markdown=0.13=pyhd8ed1ab_0 - docstring_parser=0.15=pyhd8ed1ab_0 - - elyra=3.15.0=pyhd8ed1ab_0 + - elyra-code-snippet-extension=3.15.0=pyhd8ed1ab_0 + - elyra-pipeline-editor-extension=3.15.0=pyhd8ed1ab_0 + - elyra-python-editor-extension=3.15.0=pyhd8ed1ab_0 + - elyra-server=3.15.0=pyhd8ed1ab_0 - entrypoints=0.4=pyhd8ed1ab_0 - - exceptiongroup=1.1.1=pyhd8ed1ab_0 - - executing=1.2.0=pyhd8ed1ab_0 - - expat=2.4.9=h6a678d5_0 + - exceptiongroup=1.2.0=pyhd8ed1ab_0 + - executing=2.0.1=pyhd8ed1ab_0 + - expat=2.5.0=hcb278e6_1 - fire=0.5.0=pyhd8ed1ab_0 - - flake8=6.0.0=pyhd8ed1ab_0 - - flatbuffers=2.0.0=h2531618_0 - - flit-core=3.9.0=pyhd8ed1ab_0 - - fontconfig=2.14.1=h4c34cd2_2 - - fonttools=4.25.0=pyhd3eb1b0_0 - - freetype=2.10.4=h0708190_1 - - frozenlist=1.3.3=py38h5eee18b_0 + - flake8=6.1.0=pyhd8ed1ab_0 + - font-ttf-dejavu-sans-mono=2.37=hab24e00_0 + - font-ttf-inconsolata=3.000=h77eed37_0 + - font-ttf-source-code-pro=2.038=h77eed37_0 + - font-ttf-ubuntu=0.83=h77eed37_1 + - fontconfig=2.14.2=h14ed4e7_0 + - fonts-conda-ecosystem=1=0 + - fonts-conda-forge=1=0 + - fonttools=4.45.1=py38h01eb140_0 + - fqdn=1.5.1=pyhd8ed1ab_0 + - freetype=2.12.1=h267a509_2 + - frozenlist=1.4.0=py38h01eb140_1 - future=0.18.3=pyhd8ed1ab_0 - - gast=0.4.0=pyh9f0ad1d_0 - - giflib=5.2.1=h36c2ea0_2 - - gitdb=4.0.10=pyhd8ed1ab_0 - - gitpython=3.1.31=pyhd8ed1ab_0 - - glib=2.69.1=he621ea3_2 - - google-api-core=1.34.0=pyhd8ed1ab_0 - - google-api-python-client=1.12.8=pyhd3deb0d_0 - - google-auth=1.35.0=pyh6c4a22f_0 - - google-auth-httplib2=0.1.0=pyhd8ed1ab_1 - - google-auth-oauthlib=1.0.0=pyhd8ed1ab_0 - - google-cloud-core=2.3.2=pyhd8ed1ab_0 - - google-cloud-storage=1.43.0=pyh6c4a22f_0 - - google-crc32c=1.1.2=py38h57c428a_3 - - google-pasta=0.2.0=pyh8c360ce_0 - - google-resumable-media=2.5.0=pyhd8ed1ab_0 - - googleapis-common-protos=1.57.1=pyhd8ed1ab_0 - - grpc-cpp=1.48.2=h5bf31a4_0 - - grpcio=1.48.2=py38h5bf31a4_0 - - gst-plugins-base=1.14.1=h6a678d5_1 - - gstreamer=1.14.1=h5eee18b_1 - - h5py=3.1.0=nompi_py38hafa665b_100 - - hdf5=1.10.6=nompi_h6a2412b_1114 + - gettext=0.21.1=h27087fc_0 + - gitdb=4.0.11=pyhd8ed1ab_0 + - gitpython=3.1.40=pyhd8ed1ab_0 + - glib=2.78.1=hfc55251_1 + - glib-tools=2.78.1=hfc55251_1 + - gmp=6.3.0=h59595ed_0 + - google-api-core=2.14.0=pyhd8ed1ab_0 + - google-api-python-client=1.7.12=pyh8c360ce_0 + - google-auth=2.23.4=pyhca7485f_0 + - google-auth-httplib2=0.1.1=pyhd8ed1ab_0 + - google-cloud-core=2.3.3=pyhd8ed1ab_0 + - google-cloud-storage=2.13.0=pyhca7485f_0 + - google-crc32c=1.1.2=py38hf9d55a7_5 + - google-resumable-media=2.6.0=pyhd8ed1ab_0 + - googleapis-common-protos=1.61.0=pyhd8ed1ab_0 + - graphite2=1.3.13=h58526e2_1001 + - grpc-cpp=1.48.1=hc2bec63_1 + - grpcio=1.48.1=py38hf8115fd_1 + - gst-plugins-base=1.22.7=h8e1006c_0 + - gstreamer=1.22.7=h98fc4e7_0 + - h11=0.14.0=pyhd8ed1ab_0 + - h2=4.1.0=pyhd8ed1ab_0 + - harfbuzz=8.3.0=h3d44ed6_0 + - hpack=4.0.0=pyh9f0ad1d_0 + - httpcore=1.0.2=pyhd8ed1ab_0 - httplib2=0.22.0=pyhd8ed1ab_0 - - icu=58.2=he6710b0_3 - - idna=3.4=pyhd8ed1ab_0 - - importlib-metadata=6.6.0=pyha770c72_0 - - importlib_metadata=6.6.0=hd8ed1ab_0 - - importlib_resources=5.12.0=pyhd8ed1ab_0 - - intel-openmp=2021.4.0=h06a4308_3561 - - ipykernel=5.5.5=py38hd0cf306_0 - - ipython=8.12.0=pyh41d4057_0 + - hyperframe=6.0.1=pyhd8ed1ab_0 + - icu=73.2=h59595ed_0 + - idna=3.6=pyhd8ed1ab_0 + - importlib-metadata=6.8.0=pyha770c72_0 + - importlib-resources=6.1.1=pyhd8ed1ab_0 + - importlib_metadata=6.8.0=hd8ed1ab_0 + - importlib_resources=6.1.1=pyhd8ed1ab_0 + - ipykernel=6.26.0=pyhf8b6a83_0 + - ipython=8.12.2=pyh41d4057_0 - ipython_genutils=0.2.0=py_1 - - ipywidgets=8.0.6=pyhd8ed1ab_0 + - ipywidgets=8.1.1=pyhd8ed1ab_0 + - isoduration=20.11.0=pyhd8ed1ab_0 - isort=5.12.0=pyhd8ed1ab_1 - - jedi=0.18.2=pyhd8ed1ab_0 + - jedi=0.19.1=pyhd8ed1ab_0 - jinja2=3.1.2=pyhd8ed1ab_1 - - joblib=1.2.0=pyhd8ed1ab_0 - - jpeg=9e=h166bdaf_1 - - json5=0.9.5=pyh9f0ad1d_0 - - jsonschema=3.2.0=pyhd8ed1ab_3 - - jupyter-lsp=2.2.0=pyhd8ed1ab_0 + - jmespath=1.0.1=pyhd8ed1ab_0 + - joblib=1.3.2=pyhd8ed1ab_0 + - json5=0.9.14=pyhd8ed1ab_0 + - jsonpointer=2.4=py38h578d9bd_3 + - jsonschema=4.20.0=pyhd8ed1ab_0 + - jsonschema-specifications=2023.11.1=pyhd8ed1ab_0 + - jsonschema-with-format-nongpl=4.20.0=pyhd8ed1ab_0 + - jupyter-lsp=2.2.1=pyhd8ed1ab_0 - jupyter-packaging=0.12.3=pyha770c72_1 - jupyter-resource-usage=0.7.1=pyhd8ed1ab_0 - jupyter-server-mathjax=0.2.6=pyh5bfe37b_1 - - jupyter-server-proxy=4.0.0=pyhd8ed1ab_0 + - jupyter-server-proxy=4.1.0=pyhd8ed1ab_0 - jupyter_bokeh=3.0.7=pyhd8ed1ab_0 - - jupyter_client=8.2.0=pyhd8ed1ab_0 - - jupyter_contrib_core=0.4.0=pyhd8ed1ab_0 - - jupyter_contrib_nbextensions=0.7.0=pyhd8ed1ab_0 - - jupyter_core=5.3.0=py38h578d9bd_0 - - jupyter_events=0.6.3=pyhd8ed1ab_0 - - jupyter_highlight_selected_word=0.2.0=py38h578d9bd_1005 - - jupyter_kernel_gateway=2.5.0=pyhd3eb1b0_0 - - jupyter_latex_envs=1.4.6=pyhd8ed1ab_1002 - - jupyter_nbextensions_configurator=0.6.1=pyhd8ed1ab_0 - - jupyter_server=2.6.0=pyhd8ed1ab_0 + - jupyter_client=8.6.0=pyhd8ed1ab_0 + - jupyter_core=5.5.0=py38h578d9bd_0 + - jupyter_events=0.9.0=pyhd8ed1ab_0 + - jupyter_server=2.11.1=pyhd8ed1ab_0 + - jupyter_server_fileid=0.9.0=pyhd8ed1ab_0 - jupyter_server_terminals=0.4.4=pyhd8ed1ab_1 - - jupyterlab=3.5.0=pyhd8ed1ab_0 - - jupyterlab-git=0.41.0=pyhd8ed1ab_1 - - jupyterlab-lsp=3.10.2=pyhd8ed1ab_0 - - jupyterlab_pygments=0.2.2=pyhd8ed1ab_0 - - jupyterlab_server=2.16.6=pyhd8ed1ab_0 - - jupyterlab_widgets=3.0.7=pyhd8ed1ab_1 - - keras=2.12.0=pyhd8ed1ab_0 - - kfp=1.8.17=pyhd8ed1ab_0 + - jupyter_server_ydoc=0.8.0=pyhd8ed1ab_0 + - jupyter_ydoc=0.2.4=pyhd8ed1ab_0 + - jupyterlab=3.6.6=pyhd8ed1ab_0 + - jupyterlab-git=0.44.0=pyhd8ed1ab_0 + - jupyterlab-lsp=4.3.0=pyhd8ed1ab_0 + - jupyterlab_pygments=0.3.0=pyhd8ed1ab_0 + - jupyterlab_server=2.25.2=pyhd8ed1ab_0 + - jupyterlab_widgets=3.0.9=pyhd8ed1ab_0 + - kafka-python=2.0.2=pyh9f0ad1d_0 + - keyutils=1.6.1=h166bdaf_0 + - kfp=1.8.22=pyhd8ed1ab_0 - kfp-pipeline-spec=0.1.17=pyhd8ed1ab_0 - - kfp-server-api=1.8.4=pyhd8ed1ab_0 - - kfp-tekton=1.5.1=pyhd8ed1ab_0 - - kiwisolver=1.4.4=py38h6a678d5_0 - - krb5=1.19.4=h568e23c_0 - - lazy-object-proxy=1.7.1=py38h0a891b7_1 - - lcms2=2.12=h3be6417_0 - - ld_impl_linux-64=2.38=h1181459_1 - - lerc=3.0=h295c915_0 - - libblas=3.9.0=12_linux64_mkl - - libbrotlicommon=1.0.9=h166bdaf_7 - - libbrotlidec=1.0.9=h166bdaf_7 - - libbrotlienc=1.0.9=h166bdaf_7 - - libcblas=3.9.0=12_linux64_mkl - - libclang=14.0.6=default_hc6dbbc7_1 - - libclang13=14.0.6=default_he11475f_1 + - kfp-server-api=1.8.5=pyhd8ed1ab_0 + - kiwisolver=1.4.5=py38h7f3f72f_1 + - krb5=1.21.2=h659d440_0 + - lame=3.100=h166bdaf_1003 + - lcms2=2.15=hb7c19ff_3 + - ld_impl_linux-64=2.40=h41732ed_0 + - lerc=4.0.0=h27087fc_0 + - libabseil=20220623.0=cxx17_h05df665_6 + - libblas=3.9.0=20_linux64_openblas + - libbrotlicommon=1.1.0=hd590300_1 + - libbrotlidec=1.1.0=hd590300_1 + - libbrotlienc=1.1.0=hd590300_1 + - libcap=2.69=h0f662aa_0 + - libcblas=3.9.0=20_linux64_openblas + - libclang=15.0.7=default_h7634d5b_3 + - libclang13=15.0.7=default_h9986a30_3 - libcrc32c=1.1.2=h9c3ff4c_0 - - libcurl=7.88.1=h91b91d3_0 - - libdeflate=1.17=h5eee18b_0 - - libedit=3.1.20221030=h5eee18b_0 - - libev=4.33=h516909a_1 - - libevent=2.1.12=h8f2d780_0 + - libcups=2.3.3=h4637d8d_4 + - libdeflate=1.19=hd590300_0 + - libedit=3.1.20191231=he28a2e2_2 + - libevent=2.1.12=hf998b51_1 + - libexpat=2.5.0=hcb278e6_1 - libffi=3.4.4=h6a678d5_0 - - libgcc-ng=11.2.0=h1234567_1 - - libgfortran-ng=13.1.0=h69a702a_0 - - libgfortran5=13.1.0=h15d22d2_0 - - libgomp=11.2.0=h1234567_1 - - liblapack=3.9.0=12_linux64_mkl - - libllvm14=14.0.6=hdb19cb5_3 - - libnghttp2=1.46.0=hce63b2e_0 - - libopenblas=0.3.20=pthreads_h78a6416_0 - - libpng=1.6.39=h5eee18b_0 - - libpq=12.9=h16c4e8d_3 - - libprotobuf=3.20.3=he621ea3_0 + - libflac=1.4.3=h59595ed_0 + - libgcc-ng=13.2.0=h807b86a_3 + - libgcrypt=1.10.2=hd590300_0 + - libgfortran-ng=13.2.0=h69a702a_3 + - libgfortran5=13.2.0=ha4646dd_3 + - libglib=2.78.1=h783c2da_1 + - libgomp=13.2.0=h807b86a_3 + - libgpg-error=1.47=h71f35ed_0 + - libiconv=1.17=h166bdaf_0 + - libjpeg-turbo=3.0.0=hd590300_1 + - liblapack=3.9.0=20_linux64_openblas + - libllvm15=15.0.7=h5cf9203_3 + - libnsl=2.0.1=hd590300_0 + - libogg=1.3.4=h7f98852_1 + - libopenblas=0.3.25=pthreads_h413a1c8_0 + - libopus=1.3.1=h7f98852_1 + - libpng=1.6.39=h753d276_0 + - libpq=16.1=hfc447b1_0 + - libprotobuf=3.20.3=h3eb15da_0 + - libsndfile=1.2.2=hc60ed4a_1 - libsodium=1.0.18=h36c2ea0_1 - - libssh2=1.10.0=h8f2d780_0 - - libstdcxx-ng=11.2.0=h1234567_1 - - libtiff=4.5.0=h6a678d5_2 - - libuuid=1.41.5=h5eee18b_0 - - libuv=1.44.2=h5eee18b_0 - - libwebp=1.2.4=h11a3e52_1 - - libwebp-base=1.2.4=h5eee18b_1 - - libxcb=1.15=h7f8727e_0 - - libxkbcommon=1.0.1=h5eee18b_1 - - libxml2=2.10.3=hcbfbd50_0 - - libxslt=1.1.37=h2085143_0 - - lxml=4.9.2=py38h5eee18b_0 - - lz4-c=1.9.3=h9c3ff4c_1 - - magma=2.7.0=h8db6258_0 - - markdown=3.4.3=pyhd8ed1ab_0 - - markdown-it-py=2.2.0=pyhd8ed1ab_0 - - markupsafe=2.1.1=py38h7f8727e_0 - - matplotlib=3.7.1=py38h578d9bd_0 - - matplotlib-base=3.7.1=py38h417a72b_1 + - libsqlite=3.44.2=h2797004_0 + - libstdcxx-ng=13.2.0=h7e041cc_3 + - libsystemd0=254=h3516f8a_0 + - libtiff=4.6.0=ha9c0a0a_2 + - libuuid=2.38.1=h0b41bf4_0 + - libuv=1.46.0=hd590300_0 + - libvorbis=1.3.7=h9c3ff4c_0 + - libwebp-base=1.3.2=hd590300_0 + - libxcb=1.15=h0b41bf4_0 + - libxkbcommon=1.6.0=h5d7e998_0 + - libxml2=2.11.6=h232c23b_0 + - libzlib=1.2.13=hd590300_5 + - lz4-c=1.9.4=hcb278e6_0 + - markdown-it-py=3.0.0=pyhd8ed1ab_0 + - markupsafe=2.1.3=py38h01eb140_1 + - matplotlib=3.7.3=py38h578d9bd_0 + - matplotlib-base=3.7.3=py38h58ed7fa_0 - matplotlib-inline=0.1.6=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_0 - mdurl=0.1.0=pyhd8ed1ab_0 - - minio=7.1.15=pyhd8ed1ab_0 - - mistune=2.0.5=pyhd8ed1ab_0 - - mkl=2021.4.0=h06a4308_640 - - mkl-service=2.4.0=py38h95df7f1_0 - - mkl_fft=1.3.1=py38hd3c417c_0 - - mkl_random=1.2.2=py38h1abd341_0 - - multidict=6.0.2=py38h5eee18b_0 + - minio=7.1.17=pyhd8ed1ab_0 + - mistune=3.0.2=pyhd8ed1ab_0 + - mpg123=1.32.3=h59595ed_0 + - multidict=6.0.4=py38h01eb140_1 - munkres=1.1.4=pyh9f0ad1d_0 - mypy_extensions=1.0.0=pyha770c72_0 - - nbclassic=1.0.0=pyh8b2e9e2_0 + - mysql-common=8.0.33=hf1915f5_6 + - mysql-connector-python=8.0.32=py38h4bdff42_1 + - mysql-libs=8.0.33=hca2cd23_6 + - nbclassic=1.0.0=pyhb4ecaf3_1 - nbclient=0.8.0=pyhd8ed1ab_0 - - nbconvert=7.4.0=pyhd8ed1ab_0 - - nbconvert-core=7.4.0=pyhd8ed1ab_0 - - nbconvert-pandoc=7.4.0=pyhd8ed1ab_0 + - nbconvert=7.11.0=pyhd8ed1ab_0 + - nbconvert-core=7.11.0=pyhd8ed1ab_0 + - nbconvert-pandoc=7.11.0=pyhd8ed1ab_0 - nbdime=3.2.1=pyhd8ed1ab_0 - - nbformat=5.9.0=pyhd8ed1ab_0 - - nbgitpuller=1.1.1=pyhd8ed1ab_0 - - ncurses=6.4=h6a678d5_0 - - nest-asyncio=1.5.6=pyhd8ed1ab_0 + - nbformat=5.9.2=pyhd8ed1ab_0 + - nbgitpuller=1.2.0=pyhd8ed1ab_0 + - ncurses=6.4=h59595ed_2 + - nest-asyncio=1.5.8=pyhd8ed1ab_0 - networkx=3.1=pyhd8ed1ab_0 - - ninja=1.10.2=h06a4308_5 - - ninja-base=1.10.2=hd09550d_5 - - nodejs=18.15.0=ha637b67_0 + - nodejs=20.9.0=hb753e55_0 - notebook=6.5.4=pyha770c72_0 - notebook-shim=0.2.3=pyhd8ed1ab_0 - - nspr=4.35=h6a678d5_0 - - nss=3.89.1=h6a678d5_0 - - numexpr=2.8.4=py38he184ba9_0 - - numpy=1.22.3=py38h99721a1_2 + - nspr=4.35=h27087fc_0 + - nss=3.95=h1d7d5a4_0 + - numpy=1.24.4=py38h59b608b_0 - oauthlib=3.2.2=pyhd8ed1ab_0 - - openssl=1.1.1t=h7f8727e_0 - - opt_einsum=3.3.0=pyhd8ed1ab_1 - - overrides=7.3.1=pyhd8ed1ab_0 - - packaging=23.1=pyhd8ed1ab_0 - - pandas=1.5.3=py38h417a72b_0 - - pandoc=2.19.2=ha770c72_0 + - onnx=1.12.0=py38h8d49f1e_0 + - onnxconverter-common=1.13.0=pyhd8ed1ab_0 + - openjpeg=2.5.0=h488ebb8_3 + - openssl=3.1.4=hd590300_0 + - overrides=7.4.0=pyhd8ed1ab_0 + - packaging=23.2=pyhd8ed1ab_0 + - pandas=1.5.3=py38hdc8b05c_1 + - pandoc=3.1.3=h32600fe_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - - papermill=2.3.4=pyhd8ed1ab_0 + - papermill=2.4.0=pyhd8ed1ab_0 - parso=0.8.3=pyhd8ed1ab_0 - - pathspec=0.11.1=pyhd8ed1ab_0 - - pcre=8.45=h9c3ff4c_0 + - pathspec=0.11.2=pyhd8ed1ab_0 + - pcre2=10.42=hcad00b1_0 - pexpect=4.8.0=pyh1a96a4e_2 - pickleshare=0.7.5=py_1003 - - pillow=9.4.0=py38h6a678d5_0 - - pip=23.0.1=py38h06a4308_0 - - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_0 - - platformdirs=3.5.1=pyhd8ed1ab_0 - - plotly=5.14.1=pyhd8ed1ab_0 - - pluggy=1.0.0=pyhd8ed1ab_5 + - pillow=10.1.0=py38ha43c96d_0 + - pip=23.3.1=pyhd8ed1ab_0 + - pixman=0.42.2=h59595ed_0 + - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1 + - platformdirs=4.0.0=pyhd8ed1ab_0 + - plotly=5.18.0=pyhd8ed1ab_0 + - pluggy=1.3.0=pyhd8ed1ab_0 - ply=3.11=py_1 - - prometheus_client=0.17.0=pyhd8ed1ab_0 - - prompt-toolkit=3.0.38=pyha770c72_0 - - prompt_toolkit=3.0.38=hd8ed1ab_0 - - protobuf=3.20.3=py38h6a678d5_0 - - psutil=5.9.0=py38h5eee18b_0 + - pooch=1.8.0=pyhd8ed1ab_0 + - prometheus_client=0.19.0=pyhd8ed1ab_0 + - prompt-toolkit=3.0.41=pyha770c72_0 + - prompt_toolkit=3.0.41=hd8ed1ab_0 + - protobuf=3.20.3=py38h8dc9893_1 + - psutil=5.9.5=py38h01eb140_1 + - psycopg=3.1.13=py38hd75f106_0 + - psycopg-c=3.1.13=py38hdc7b9b0_0 + - pthread-stubs=0.4=h36c2ea0_1001 - ptyprocess=0.7.0=pyhd3deb0d_0 + - pulseaudio-client=16.1=hb77b528_5 - pure_eval=0.2.2=pyhd8ed1ab_0 - - pyasn1=0.4.8=py_0 - - pyasn1-modules=0.2.7=py_0 - - pycodestyle=2.10.0=pyhd8ed1ab_0 + - pyasn1=0.5.1=pyhd8ed1ab_0 + - pyasn1-modules=0.3.0=pyhd8ed1ab_0 + - pycodestyle=2.11.1=pyhd8ed1ab_0 - pycparser=2.21=pyhd8ed1ab_0 - - pydantic=1.9.1=py38h0a891b7_0 + - pydantic=1.10.13=py38h01eb140_1 - pydocstyle=6.3.0=pyhd8ed1ab_0 - - pyflakes=3.0.1=pyhd8ed1ab_0 - - pygithub=1.58.0=pyh1a96a4e_0 - - pygments=2.15.1=pyhd8ed1ab_0 - - pyjwt=2.7.0=pyhd8ed1ab_0 - - pylint=2.17.4=pyhd8ed1ab_0 - - pynacl=1.5.0=py38h0a891b7_1 - - pyopenssl=20.0.1=pyhd8ed1ab_0 - - pyparsing=3.0.9=pyhd8ed1ab_0 - - pyqt=5.15.7=py38h6a678d5_1 - - pyqt5-sip=12.11.0=py38h6a678d5_1 - - pyrsistent=0.18.0=py38heee7806_0 + - pyflakes=3.1.0=pyhd8ed1ab_0 + - pygithub=2.1.1=pyhd8ed1ab_0 + - pygments=2.17.2=pyhd8ed1ab_0 + - pyjwt=2.8.0=pyhd8ed1ab_0 + - pylint=3.0.2=pyhd8ed1ab_0 + - pymongo=4.6.1=py38h17151c0_0 + - pynacl=1.5.0=py38h01eb140_3 + - pyodbc=4.0.39=py38h8dc9893_0 + - pyopenssl=23.3.0=pyhd8ed1ab_0 + - pyparsing=3.1.1=pyhd8ed1ab_0 + - pyqt=5.15.9=py38hffdaa6c_5 + - pyqt5-sip=12.12.2=py38h17151c0_5 - pysocks=1.7.1=pyha2e5f31_6 - - python=3.8.16=h7a1cb2a_3 + - python=3.8.18=hd12c33a_0_cpython - python-dateutil=2.8.2=pyhd8ed1ab_0 - - python-fastjsonschema=2.17.1=pyhd8ed1ab_0 - - python-flatbuffers=23.5.26=pyhd8ed1ab_0 + - python-fastjsonschema=2.19.0=pyhd8ed1ab_0 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-kubernetes=18.20.0=pyhd8ed1ab_0 - - python-lsp-jsonrpc=1.0.0=pyhd8ed1ab_0 - - python-lsp-server=1.7.3=pyhd8ed1ab_0 - - python-lsp-server-base=1.7.3=pyhd8ed1ab_0 - - python_abi=3.8=2_cp38 + - python-kubernetes=25.3.0=pyhd8ed1ab_0 + - python-lsp-jsonrpc=1.1.2=pyhd8ed1ab_0 + - python-lsp-server=1.9.0=pyhd8ed1ab_0 + - python-lsp-server-base=1.9.0=pyhd8ed1ab_0 + - python_abi=3.8=4_cp38 - pytoolconfig=1.2.5=pyhd8ed1ab_0 - - pytorch=1.13.1=gpu_cuda113py38hde3f150_1 - - pytz=2023.3=pyhd8ed1ab_0 + - pytz=2023.3.post1=pyhd8ed1ab_0 - pyu2f=0.1.5=pyhd8ed1ab_0 - - pyyaml=5.4.1=py38h497a2fe_1 - - pyzmq=25.0.2=py38h6a678d5_0 - - qt-main=5.15.2=h8373d8f_8 - - qt-webengine=5.15.9=hbbf29b9_6 - - qtwebkit=5.212=h3fafdc1_5 - - re2=2022.04.01=h27087fc_0 - - readline=8.2=h5eee18b_0 + - pyyaml=6.0.1=py38h01eb140_1 + - pyzmq=25.1.1=py38h34c975a_2 + - qt-main=5.15.8=h82b777d_17 + - re2=2022.06.01=h27087fc_1 + - readline=8.2=h8228510_1 + - referencing=0.31.0=pyhd8ed1ab_0 - requests=2.31.0=pyhd8ed1ab_0 - requests-oauthlib=1.3.1=pyhd8ed1ab_0 - requests-toolbelt=0.10.1=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_0 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - - rich=13.4.1=pyhd8ed1ab_0 - - rope=1.8.0=pyhd8ed1ab_0 + - rich=13.7.0=pyhd8ed1ab_0 + - rope=1.11.0=pyhd8ed1ab_1 + - rpds-py=0.13.1=py38h0cc4f7c_0 - rsa=4.9=pyhd8ed1ab_0 - - scikit-learn=1.0.2=py38h1561384_0 - - scipy=1.8.1=py38h1ee437e_0 + - s3transfer=0.8.1=pyhd8ed1ab_0 + - scikit-learn=1.3.2=py38ha25d942_1 + - scipy=1.10.1=py38h59b608b_3 - send2trash=1.8.2=pyh41d4057_0 - - setuptools=66.0.0=py38h06a4308_0 - - shellingham=1.5.1=pyhd8ed1ab_0 + - setuptools=68.2.2=pyhd8ed1ab_0 + - shellingham=1.5.4=pyhd8ed1ab_0 - simpervisor=1.0.0=pyhd8ed1ab_0 - - simplejson=3.17.6=py38h0a891b7_1 - - sip=6.6.2=py38h6a678d5_0 + - simplejson=3.19.2=py38h01eb140_0 + - sip=6.7.12=py38h17151c0_0 - six=1.16.0=pyh6c4a22f_0 - - smmap=3.0.5=pyh44b312d_0 - - snappy=1.1.9=h295c915_0 + - skl2onnx=1.15.0=pyhd8ed1ab_0 + - smmap=5.0.0=pyhd8ed1ab_0 - sniffio=1.3.0=pyhd8ed1ab_0 - snowballstemmer=2.2.0=pyhd8ed1ab_0 - - soupsieve=2.3.2.post1=pyhd8ed1ab_0 - - sqlite=3.41.2=h5eee18b_0 + - soupsieve=2.5=pyhd8ed1ab_1 + - sqlite=3.44.2=h2c6b66d_0 - stack_data=0.6.2=pyhd8ed1ab_0 - strip-hints=0.1.8=py_0 - tabulate=0.9.0=pyhd8ed1ab_1 - - tenacity=8.2.2=pyhd8ed1ab_0 - - tensorboard=2.12.1=py38h06a4308_0 - - tensorboard-data-server=0.7.0=py38h52d8a92_0 - - tensorboard-plugin-wit=1.8.1=pyhd8ed1ab_0 - - tensorflow=2.12.0=mkl_py38h496960e_0 - - tensorflow-base=2.12.0=mkl_py38he5f8e37_0 - - tensorflow-estimator=2.12.0=py38h06a4308_0 + - tenacity=8.2.3=pyhd8ed1ab_0 - termcolor=2.3.0=pyhd8ed1ab_0 - - terminado=0.17.1=pyh41d4057_0 + - terminado=0.18.0=pyh0d859eb_0 - textwrap3=0.9.2=py_0 - - threadpoolctl=3.1.0=pyh8a188c0_0 + - threadpoolctl=3.2.0=pyha21a80b_0 - tinycss2=1.2.1=pyhd8ed1ab_0 - - tk=8.6.12=h1ccaba5_0 + - tk=8.6.13=noxft_h4845f30_101 - toml=0.10.2=pyhd8ed1ab_0 - tomli=2.0.1=pyhd8ed1ab_0 - - tomlkit=0.11.8=pyha770c72_0 - - tornado=6.2=py38h5eee18b_0 - - tqdm=4.65.0=pyhd8ed1ab_1 + - tomlkit=0.12.3=pyha770c72_0 + - tornado=6.3.3=py38h01eb140_1 + - tqdm=4.66.1=pyhd8ed1ab_0 - traitlets=5.9.0=pyhd8ed1ab_0 - typer=0.9.0=pyhd8ed1ab_0 - - typing-extensions=4.6.3=hd8ed1ab_0 - - typing_extensions=4.6.3=pyha770c72_0 + - types-python-dateutil=2.8.19.14=pyhd8ed1ab_0 + - typing-extensions=4.8.0=hd8ed1ab_0 + - typing_extensions=4.8.0=pyha770c72_0 - typing_utils=0.1.0=pyhd8ed1ab_0 - - ujson=5.3.0=py38hfa26641_0 + - tzdata=2023c=h71feb2d_0 + - ujson=5.8.0=py38h17151c0_0 + - unicodedata2=15.1.0=py38h01eb140_0 + - unixodbc=2.3.12=h661eb56_0 + - uri-template=1.3.0=pyhd8ed1ab_0 - uritemplate=3.0.1=py_0 - - urllib3=1.26.15=pyhd8ed1ab_0 - - watchdog=3.0.0=py38h578d9bd_0 - - wcwidth=0.2.6=pyhd8ed1ab_0 - - webencodings=0.5.1=py_1 - - websocket-client=1.5.2=pyhd8ed1ab_0 - - werkzeug=2.3.4=pyhd8ed1ab_0 + - urllib3=1.26.18=pyhd8ed1ab_0 + - watchdog=3.0.0=py38h578d9bd_1 + - wcwidth=0.2.12=pyhd8ed1ab_0 + - webcolors=1.13=pyhd8ed1ab_0 + - webencodings=0.5.1=pyhd8ed1ab_2 + - websocket-client=1.6.4=pyhd8ed1ab_0 - whatthepatch=1.0.5=pyhd8ed1ab_0 - - wheel=0.38.4=py38h06a4308_0 - - widgetsnbextension=4.0.7=pyhd8ed1ab_0 - - wrapt=1.12.1=py38h497a2fe_3 - - xyzservices=2023.5.0=pyhd8ed1ab_1 + - wheel=0.42.0=pyhd8ed1ab_0 + - widgetsnbextension=4.0.9=pyhd8ed1ab_0 + - wrapt=1.16.0=py38h01eb140_0 + - xcb-util=0.4.0=hd590300_1 + - xcb-util-image=0.4.0=h8ee46fc_1 + - xcb-util-keysyms=0.4.0=h8ee46fc_1 + - xcb-util-renderutil=0.3.9=hd590300_1 + - xcb-util-wm=0.4.1=h8ee46fc_1 + - xkeyboard-config=2.40=hd590300_0 + - xorg-kbproto=1.0.7=h7f98852_1002 + - xorg-libice=1.1.1=hd590300_0 + - xorg-libsm=1.2.4=h7391055_0 + - xorg-libx11=1.8.7=h8ee46fc_0 + - xorg-libxau=1.0.11=hd590300_0 + - xorg-libxdmcp=1.1.3=h7f98852_0 + - xorg-libxext=1.3.4=h0b41bf4_2 + - xorg-libxrender=0.9.11=hd590300_0 + - xorg-renderproto=0.11.1=h7f98852_1002 + - xorg-xextproto=7.3.0=h0b41bf4_1003 + - xorg-xf86vidmodeproto=2.3.1=h7f98852_1002 + - xorg-xproto=7.0.31=h7f98852_1007 + - xyzservices=2023.10.1=pyhd8ed1ab_0 - xz=5.4.2=h5eee18b_0 + - y-py=0.5.9=py38h9fda977_0 - yaml=0.2.5=h7f98852_2 - - yapf=0.33.0=pyhd8ed1ab_1 - - yarl=1.7.2=py38h0a891b7_2 + - yapf=0.40.1=pyhd8ed1ab_0 + - yarl=1.9.3=py38h01eb140_0 - yaspin=2.2.0=pyhd8ed1ab_0 - - zeromq=4.3.4=h9c3ff4c_1 - - zipp=3.15.0=pyhd8ed1ab_0 - - zlib=1.2.13=h5eee18b_0 - - zstd=1.5.2=ha4553b6_0 -prefix: /opt/app-root + - ypy-websocket=0.8.2=pyhd8ed1ab_0 + - zeromq=4.3.5=h59595ed_0 + - zipp=3.17.0=pyhd8ed1ab_0 + - zlib=1.2.13=hd590300_5 + - zstd=1.5.5=hfc55251_0 +prefix: /opt/app-root \ No newline at end of file