このページでは、サーバーレス環境バージョン 5 のシステム環境情報の概要を示します。 これには、次の基本環境が含まれます。
- 標準基本環境: Databricks が提供するクライアント ライブラリを備えた基本環境。
- ML ベース環境: Databricks Runtime for Machine Learning の Python およびシステム パッケージがプリインストールされたベース環境。
アプリケーションの互換性を確保するために、サーバーレス ワークロードでは、新しいサーバーレス バージョンとの互換性を維持するバージョン管理された API (環境バージョンと呼ばれます) が使用されます。
基本環境を選択するには、サーバーレス ノートブックの [環境] サイド パネルで [基本環境] セレクターを使用します。 基本環境の選択を参照してください。
新機能と機能強化
サーバーレス環境 5 では、次の新機能と機能強化が利用できます。
を使用してパッケージのインストールを高速化する %uv pip
2026 年 5 月 7 日
サーバーレス ノートブックで %uv pip マジック コマンドを、Python パッケージ管理の%pipの代わりに使用できるようになりました。
%uv pip は uv パッケージ マネージャーを利用し、 %pipと同じノートブック仮想環境を共有します。
「%uv pipを使用した高速インストール」を参照してください。
MLflow 3.8.1 のサポート
2026 年 2 月 25 日
サーバーレス環境 5 には、MLflow 3.8.1 が含まれています。これは、環境バージョン 4 の MLflow 2.22.0 からのメジャー アップグレードです。 このアップグレードには、多数の新機能、機能強化、バグ修正が含まれています。 変更の完全な一覧については、 MLflow リリース ノートを参照してください。
サーバーレス JAR ジョブ
Important
この機能は パブリック プレビュー段階です。
2026 年 2 月 25 日
サーバーレス JAR ジョブは、環境バージョン 5 でサポートされるようになりました。 この機能を使用すると、サーバーレス コンピューティング インフラストラクチャで JAR ベースのアプリケーションを実行できます。
Python UDF に対して既定で有効になっている矢印の最適化
2026 年 2 月 25 日
環境バージョン 5 では、Python UDF に対して矢印の最適化が既定で有効になっており、UDF の実行パフォーマンスが大幅に向上します。 さらに、効率を向上させるために、矢印ベースの pandas シリアライザー変換が改善されました。
これは、Arrowの最適化がオプトインが必要だった以前のバージョンからの動作の変更を表します。
動作の変更
サーバーレス環境 5 では、次の動作変更が導入されています。
BinaryType は Python バイトに一貫してマップされます
PySpark では、 BinaryType は Python bytesに一貫してマップされるようになりました。 以前は、PySpark はコンテキストに応じて BinaryType を bytes または bytearray にマップしました。
詳細については、 SPARK-53696 を参照してください。
暗号化のための Linux カーネル レベルのソケット API
環境バージョン 5 以降では、FIPS に準拠していない暗号に対して動作する Linux カーネル レベルの暗号ソケット API が、非決定論的に失敗する可能性があります。 FIPS 準拠以外の暗号化操作には、この API を使用しないでください。
API の更新
サーバーレス環境 5 には、次の API 更新プログラムが含まれています。
- SPARK-53635 Seq[Row] 型の入力引数を使用して Scala UDF をサポートする
- SPARK-54220 Parquet での NullType/VOID/UNKNOWN 型のサポート
- SPARK-54153 プロファイリング反復子ベースの Python UDF のサポート
- SPARK-54213 Spark Connect から Python 3.9 を削除する
- SPARK-53977 UDF でのログ記録のサポート
- SPARK-53976 Pandas/Arrow UDF でのログ記録のサポート
- SPARK-53573 どこでも文字列リテラルの結合を許可する
- SPARK-54269 Python 3.14 の cloudpickle を 3.1.2 にアップグレードする
- SPARK-54287 pyspark-client と pyspark-connect で Python 3.14 サポートを追加する
- SPARK-53614 Iterator[pandas.DataFrame] を applyInPandas にサポート追加
- SPARK-53921 PySpark API に GeometryType と GeographyType を導入する
- SPARK-53920 Java API に GeometryType と GeographyType を導入する
- SPARK-53956 PySpark の try_make_timestamp 関数における TIME のサポート
- SPARK-53930 PySpark の make_timestamp 関数での TIME のサポート
- SPARK-53111 PySpark で time_diff 関数を実装する
- SPARK-53877 BITMAP_AND_AGG関数の導入
- SPARK-53357 Pandas を 2.3.2 に更新する
- SPARK-52980 Arrow Python UDF のサポート
- SPARK-52844 numpy を 1.22 に更新する
- SPARK-50359 PyArrow を 18.0 にアップグレードする
- SPARK-50564 protobuf Python パッケージを 5.29.1 にアップグレードする
- SPARK-50601 サブクエリでの WithColumns / withColumnsRenamed のサポート
- SPARK-51814 PySpark で新しい API transformWithState を導入する
- SPARK-52821 では、int から >DecimalType への pyspark UDF 戻り値型の強制型変換が追加されます。
- SPARK-53112 PySpark のmake_timestamp_ntz関数とtry_make_timestamp_ntz関数での TIME のサポート
- SPARK-53319 try_make_timestamp_ltz() で時刻の種類をサポートする
- SPARK-53696 PySpark の BinaryType の既定のバイト数
- SPARK-55090 Python クライアントで DataFrame.toJSON を実装する
システム環境
- オペレーティング システム: Ubuntu 24.04.3 LTS
- Python: 3.12.3
-
Databricks Connect: 18 (Databricks Connect は、最新のサーバーレス環境バージョンで継続的に更新されます。
pip listを実行して、現在の環境の正確なバージョンを確認します)。 - Scala: 2.13.16
- JDK: 17
インストールされている Python ライブラリ
標準の基本環境
ローカルの Python 仮想環境でサーバーレス環境 5 を再現するには、 requirements-env-5.txt ファイルをダウンロードし、 pip install -r requirements-env-5.txt実行します。 このコマンドは、サーバーレス環境 5 のすべてのオープン ソース ライブラリをインストールします。
| 図書館 | バージョン | 図書館 | バージョン | 図書館 | バージョン |
|---|---|---|---|---|---|
| aiohappyeyeballs | 2.4.4 | aiohttp | 3.11.10 | アイオシグナル | 1.2.0 |
| 注釈付き文書 | 0.0.4 | 注釈付き型 | 0.7.0 | anyio | 4.7.0 |
| argon2-cffi | 21.3.0 | argon2-cffi-bindings | 21.2.0 | arro3-core | 0.6.5 |
| 矢印 | 1.3.0 | アストトークン | 3.0.0 | astunparse | 1.6.3 |
| async-lru | 2.0.4 | 属性 | 24.3.0 | 自動コマンド | 2.2.2 |
| Azure共通 | 1.1.28 | azure-core (アジュール コア) | 1.37.0 | azure-identity (アズール・アイデンティティ) | 1.20.0 |
| azure-mgmt-core | 1.6.0 | azure-mgmt-web | 8.0.0 | アジュール・ストレージ・ブロブ | 12.28.0 |
| azure-storage-file-datalake(アジュールストレージファイルデータレイク) | 12.22.0 | バベル | 2.16.0 | backports.tarfile | 1.2.0 |
| beautifulsoup4 | 4.12.3 | 黒い | 24.10.0 | 漂白剤 | 6.2.0 |
| ウインカー | 1.7.0 | boto3 | 1.40.45 | botocore | 1.40.45 |
| キャッシュツールズ (cachetools) | 5.5.1 | サーティフィ | 2025.4.26 | cffi (CコードをPythonで呼び出すためのライブラリ) | 1.17.1 |
| チャーデット | 4.0.0 | charset-normalizer (文字コード正規化ツール) | 3.3.2 | クリック | 8.1.8 |
| クラウドピックル | 3.0.0 | comm | 0.2.1 | コンツアーピー | 1.3.1 |
| 暗号 | 44.0.1 | サイクリスト | 0.11.0 | Cython | 3.1.5 |
| Databricksエージェント | 1.9.1 | databricks-connect (データブリックス・コネクト) | 18.0.5 | databricks-sdk(データブリックスSDK) | 0.67.0 |
| dataclasses-json | 0.6.7 | dbus-python | 1.3.2 | debugpy | 1.8.11 |
| デコレータ | 5.1.1 | デフューズドXML (defusedxml) | 0.7.1 | deltalake | 1.1.4 |
| Deprecated | 1.2.18 | distlib | 0.3.9 | ドックストリングをMarkdownに変換 | 0.11 |
| 実行中 | 1.2.0 | facets-overview | 1.1.1 | fastapi | 0.128.0 |
| fastjsonschema | 2.21.1 | ファイルロック | 3.17.0 | fonttools(フォントツールズ) | 4.55.3 |
| FQDN | 1.5.1 | フローズンリスト | 1.5.0 | fsspec | 2023.5.0 |
| ギットディービー | 4.0.11 | GitPython | 3.1.43 | google-api-core | 2.28.1 |
| google-auth(Google認証) | 2.47.0 | グーグルクラウドコア | 2.5.0 | Googleクラウドストレージ | 3.7.0 |
| google-crc32c(GoogleのCRC32Cライブラリ) | 1.8.0 | google-resumable-media(Googleの継続可能なメディアライブラリ) | 2.8.0 | Google API 共通プロトコル (googleapis-common-protos) | 1.65.0 |
| grpcio | 1.67.0 | grpcio-status | 1.67.0 | h11 | 0.16.0 |
| hf-xet | 1.2.0 | httpcore | 1.0.9 | httplib2 | 0.20.4 |
| httpx | 0.28.1 | huggingface_hub (機械学習モデル共有プラットフォーム) | 1.2.4 | idna | 3.7 |
| importlib_metadata | 8.5.0 | inflect | 7.3.1 | iniconfig | 1.1.1 |
| ipyflow-core | 0.0.209 | ipykernel | 6.29.5 | ipython | 8.30.0 |
| ipython-genutils (IPython用のユーティリティ) | 0.2.0 | ipywidgets | 7.8.1 | アイソデート | 0.7.2 |
| イソデュレーション | 20.11.0 | jaraco.collections | 5.1.0 | jaraco.context | 5.3.0 |
| jaraco.functools | 4.0.1 | jaraco.text | 3.12.1 | ジェダイ | 0.19.2 |
| ジンジャ2 | 3.1.6 | jiter | 0.12.0 | jmespath | 1.0.1 |
| 「joblib」 | 1.4.2 | json5 | 0.9.25 | jsonpatch | 1.33 |
| jsonpointer | 3.0.0 | JSONスキーマ | 4.23.0 | jsonschema-specifications (JSONスキーマ仕様) | 2023年7月1日 |
| Jupyterイベント | 0.12.0 | jupyter-lsp | 2.2.5 | jupyter_client | 8.6.3 |
| jupyter_core(ジュピター・コア) | 5.7.2 | ジュピターサーバー | 2.15.0 | jupyter_server_terminals (ジュピター サーバー ターミナルズ) | 0.5.3 |
| jupyterlab | 4.3.4 | jupyterlab_pygments | 0.3.0 | ジュピターラボサーバー | 2.27.3 |
| jupyterlab_widgets | 1.1.11 | キウィソルバー | 1.4.8 | langchain-core | 1.2.6 |
| langchain-openai | 1.1.6 | langsmith | 0.6.1 | launchpadlib | 1.11.0 |
| lazr.restfulclient | 0.14.6 | lazr.uri | 1.0.6 | litellm | 1.75.9 |
| markdown-it-py | 2.2.0 | MarkupSafe | 3.0.2 | マシュマロ | 3.26.2 |
| matplotlib | 3.10.0 | matplotlib-インライン | 0.1.7 | マッケイブ | 0.7.0 |
| mdurl | 0.1.0 | mistune | 3.1.2 | mlflow-skinny | 3.8.1 |
| mmh3 | 5.2.0 | more-itertools | 10.3.0 | msal | 1.34.0 |
| msal-extensions | 1.3.1 | マルチディクト | 6.1.0 | mypy-extensions (マイパイ拡張機能) | 1.0.0 |
| nbclient(エヌビー・クライアント) | 0.10.2 | NBコンバート | 7.16.6 | nbフォーマット | 5.10.4 |
| nest-asyncio(ネスト・アサインキオ) | 1.6.0 | nodeenv | 1.10.0 | ノートブック | 7.3.2 |
| notebook_shim | 0.2.4 | NumPy (数値計算ライブラリ) | 2.1.3 | oauthlib | 3.2.2 |
| オープンAI | 2.14.0 | opentelemetry-api | 1.39.1 | opentelemetry-proto | 1.39.1 |
| opentelemetry-sdk (OpenTelemetry ソフトウェア開発キット) | 1.39.1 | OpenTelemetryセマンティック規約 | 0.60b1 | orjson | 3.11.5 |
| によって がオーバーライドされます | 7.4.0 | パッケージング | 24.2 | パンダ | 2.2.3 |
| パンドックフィルターズ | 1.5.0 | パルソ | 0.8.4 | pathspec | 0.10.3 |
| パッツィ | 1.0.1 | ペキスペクト | 4.8.0 | pillow | 11.1.0 |
| pip | 25.0.1 | プラットフォームディレクトリ | 4.3.7 | plotly | 5.24.1 |
| pluggy | 1.5.0 | prometheus_client | 0.21.1 | prompt-toolkit(プロンプトツールキット) | 3.0.43 |
| propcache | 0.3.1 | proto-plus | 1.27.0 | プロトバフ | 5.29.4 |
| psutil | 5.9.0 | psycopg2 | 2.9.11 | ptyprocess | 0.7.0 |
| pure-eval (ピュア・イヴァル) | 0.2.2 | py4j | 0.10.9.9 | pyarrow (パイアロー) | 21.0.0 |
| pyasn1 | 0.4.8 | pyasn1-modules | 0.2.8 | ピッコロ | 0.0.71 |
| pycparser(パイシーパーサー) | 2.21 | Pythonのデータバリデーションライブラリ「pydantic」 | 2.10.6 | pydantic_core | 2.27.2 |
| パイフレークス | 3.2.0 | パイグメンツ | 2.19.1 | PyGObject | 3.48.2 |
| pyiceberg | 0.10.0 | PyJWT | 2.10.1 | pyodbc | 5.2.0 |
| パイパーシング (Pyparsing) | 3.2.0 | pyright | 1.1.394 | パイロアリング | 1.0.3 |
| pytest | 8.3.5 | python-dateutil (Python用の日付処理ライブラリ) | 2.9.0.post0 | python-dotenv | 1.2.1 |
| python-json-logger | 3.2.1 | python-lsp-jsonrpc | 1.1.2 | Python LSP サーバー | 1.12.2 |
| Pytoolconfig | 1.2.6 | pytz | 2024.1 | PyYAML | 6.0.2 |
| pyzmq | 26.2.0 | 参照元 | 0.30.2 | RegEx | 2024.11.6 |
| リクエスト | 2.32.3 | requests-toolbelt | 1.0.0 | rfc3339-validator | 0.1.4 |
| RFC3986-バリデーター | 0.1.1 | リッチ | 13.9.4 | ロープ | 1.13.0 |
| rpds-py | 0.22.3 | RSA(アールエスエー) | 4.9.1 | s3transfer | 0.14.0 |
| scikit-learn(サイキット・ラーン) | 1.6.1 | scipy | 1.15.3 | seaborn(シーボーン) | 0.13.2 |
| Send2Trash(センド2トラッシュ) | 1.8.2 | setuptools(セットアップツール) | 78.1.1 | シェリンガム | 1.5.4 |
| 6 | 1.17.0 | smmap | 5.0.0 | スニフィオ | 1.3.0 |
| sortedcontainers | 2.4.0 | soupsieve | 2.5 | sqlparse | 0.5.5 |
| ssh-import-id | 5.11 | スタックデータ | 0.6.3 | スターレット | 0.50.0 |
| strictyaml | 1.7.3 | 粘り強さ | 9.0.0 | 終了しました | 0.17.1 |
| Threadpoolctl | 3.5.0 | tiktoken | 0.12.0 | tinycss2 | 1.4.0 |
| tokenize-rt | 6.1.0 | トークナイザー | 0.22.2 | tomli | 2.0.1 |
| 竜巻 | 6.5.1 | tqdm | 4.67.1 | traitlets(トレイトレット) | 5.14.3 |
| typeguard | 4.3.0 | typer-slim | 0.21.1 | types-python-dateutil | 2.9.0.20251115 |
| タイピング検査 | 0.9.0 | タイピングエクステンションズ (typing_extensions) | 4.12.2 | tzdata | 2024.1 |
| ujson | 5.10.0 | unattended-upgrades | 0.1 | uri-template | 1.3.0 |
| urllib3 | 2.3.0 | uuid_utils | 0.12.0 | uvicorn | 0.40.0 |
| virtualenv | 20.29.3 | wadllib | 1.3.6 | wcwidth(文字の幅を測定するプログラム関数) | 0.2.5 |
| webcolors | 25.10.0 | ウェブエンコーディングス | 0.5.1 | websocket-client (ウェブソケット・クライアント) | 1.8.0 |
| whatthepatch(ホワットザパッチ) | 1.0.2 | ホイール | 0.45.1 | いつでも | 0.7.3 |
| ウィジェットNBエクステンション | 3.6.6 | wrapt | 1.17.0 | yapf (ヤップフ) | 0.40.2 |
| yarl | 1.18.0 | ジップ | 3.21.0 | zstandard | 0.23.0 |
ML 基本環境
Important
この機能は ベータ版です。 ワークスペース管理者は、[ プレビュー] ページからこの機能へのアクセスを制御できます。 Manage Azure Databricks プレビューを参照してください。
ローカル Python仮想環境で ML 環境を再現するには、requirements-ml-5.txt ファイルをダウンロードし、pip install -r requirements-ml-5.txt を実行します。 このコマンドは、ML 環境からすべてのオープンソース ライブラリをインストールします。
| 図書館 | バージョン | 図書館 | バージョン | 図書館 | バージョン |
|---|---|---|---|---|---|
| absl-py | 2.3.1 | 加速する | 1.11.0 | aiohappyeyeballs | 2.4.4 |
| aiohttp-cors | 0.8.1 | aiohttp | 3.11.10 | アイオシグナル | 1.2.0 |
| alembic | 1.17.1 | 注釈付き文書 | 0.0.4 | 注釈付き型 | 0.7.0 |
| anyio | 4.7.0 | argon2-cffi-bindings | 21.2.0 | argon2-cffi | 21.3.0 |
| arro3-core | 0.6.5 | 矢印 | 1.3.0 | アストトークン | 3.0.0 |
| astunparse | 1.6.3 | async-lru | 2.0.4 | 属性 | 24.3.0 |
| audioread | 3.1.0 | 自動コマンド | 2.2.2 | Azure共通 | 1.1.28 |
| azure-core (アジュール コア) | 1.36.0 | azure-cosmos | 4.3.1 | azure-identity (アズール・アイデンティティ) | 1.20.0 |
| azure-mgmt-core | 1.6.0 | azure-mgmt-web | 8.0.0 | アジュール・ストレージ・ブロブ | 12.27.1 |
| azure-storage-file-datalake(アジュールストレージファイルデータレイク) | 12.22.0 | バベル | 2.16.0 | backports.tarfile | 1.2.0 |
| bcrypt(ビークリプト) | 4.3.0 | beautifulsoup4 | 4.12.3 | 黒い | 24.10.0 |
| 漂白剤 | 6.2.0 | ウインカー | 1.7.0 | ブリス | 0.7.11 |
| boto3 | 1.40.45 | botocore | 1.40.45 | brotli | 1.2.0 |
| キャッシュツールズ (cachetools) | 5.5.1 | カタログ | 2.0.10 | サーティフィ | 2025.4.26 |
| cffi (CコードをPythonで呼び出すためのライブラリ) | 1.17.1 | チャーデット | 4.0.0 | charset-normalizer (文字コード正規化ツール) | 3.3.2 |
| サーキットブレーカー | 2.1.3 | クリック | 8.1.8 | cloudpathlib | 0.23.0 |
| クラウドピックル | 3.0.0 | cmdstanpy | 1.3.0 | カラフル | 0.5.8 |
| colorlog(カラーログ) | 6.10.1 | comm | 0.2.1 | お菓子 | 0.1.5 |
| コンツアーピー | 1.3.1 | cramjam | 2.11.0 | 暗号 | 44.0.1 |
| サイクリスト | 0.11.0 | サイメム | 2.0.12 | Cython | 3.1.5 |
| ダサイト | 1.9.2 | Databricksエージェント | 1.9.1 | データブリックスフィーチャーエンジニアリング | 0.13.0.1 |
| databricks-sdk(データブリックスSDK) | 0.67.0 | dataclasses-json | 0.6.7 | datasets | 4.3.0 |
| dbl-tempo | 0.1.26 | dbus-python | 1.3.2 | debugpy | 1.8.11 |
| デコレータ | 5.1.1 | deepspeed (ディープスピード) | 0.18.1 | デフューズドXML (defusedxml) | 0.7.1 |
| deltalake | 1.1.4 | Deprecated | 1.2.18 | dill | 0.3.8 |
| distlib | 0.3.9 | dmツリー | 0.1.9 | ドックストリングをMarkdownに変換 | 0.11 |
| einops | 0.8.1 | evaluate | 0.4.6 | 実行中 | 1.2.0 |
| facets-overview | 1.1.1 | Farama-Notifications | 0.0.4 | fastapi | 0.121.2 |
| fastjsonschema | 2.21.1 | ファイルロック | 3.17.0 | filetype | 1.2.0 |
| Flask | 2.2.5 | フラットバッファーズ | 25.9.23 | fonttools(フォントツールズ) | 4.55.3 |
| FQDN | 1.5.1 | フローズンリスト | 1.5.0 | fsspec | 2023.5.0 |
| ガスト | 0.6.0 | ギットディービー | 4.0.11 | GitPython | 3.1.43 |
| google-api-core | 2.28.1 | google-auth(Google認証) | 2.43.0 | グーグルクラウドコア | 2.5.0 |
| Googleクラウドストレージ | 3.2.0 | google-crc32c(GoogleのCRC32Cライブラリ) | 1.7.1 | グーグルパスタ | 0.2.0 |
| google-resumable-media(Googleの継続可能なメディアライブラリ) | 2.7.2 | Google API 共通プロトコル (googleapis-common-protos) | 1.65.0 | graphql-core | 3.2.4 |
| グリーンレット | 3.1.1 | grpcio-status | 1.67.0 | grpcio | 1.67.0 |
| ジム / 体育館 | 0.28.1 | h11 | 0.16.0 | h5py | 3.12.1 |
| hf-xet | 1.2.0 | hjson | 3.1.0 | holidays | 0.54 |
| httpcore | 1.0.9 | httplib2 | 0.20.4 | httpx | 0.28.1 |
| huggingface-hub(ハギングフェイスのハブ) | 0.36.0 | idna | 3.7 | イメージハッシュ (ImageHash) | 4.3.1 |
| imageio | 2.37.0 | imbalanced-learn(不均衡データに対応するための機械学習ライブラリ) | 0.13.0 | importlib_metadata | 8.5.0 |
| importlib_resources | 6.5.2 | inflect | 7.3.1 | iniconfig | 1.1.1 |
| ipyflow-core | 0.0.209 | ipykernel | 6.29.5 | ipython-genutils (IPython用のユーティリティ) | 0.2.0 |
| ipython | 8.30.0 | ipywidgets | 7.8.1 | アイソデート | 0.7.2 |
| イソデュレーション | 20.11.0 | itsdangerous(イッツデンジャラス) | 2.2.0 | jaraco.collections | 5.1.0 |
| jaraco.context | 5.3.0 | jaraco.functools | 4.0.1 | jaraco.text | 3.12.1 |
| jax-jumpy | 1.0.0 | ジェダイ | 0.19.2 | ジンジャ2 | 3.1.6 |
| jiter | 0.12.0 | jmespath | 1.0.1 | 「joblib」 | 1.4.2 |
| ジョブリブスパーク | 0.6.0 | json5 | 0.9.25 | jsonpatch | 1.33 |
| jsonpointer | 3.0.0 | jsonschema-specifications (JSONスキーマ仕様) | 2023年7月1日 | JSONスキーマ | 4.23.0 |
| jupyter-console | 6.6.3 | Jupyterイベント | 0.12.0 | jupyter-lsp | 2.2.5 |
| jupyter | 1.1.1 | jupyterlab | 4.3.4 | jupyterlab_pygments | 0.3.0 |
| ジュピターラボサーバー | 2.27.3 | jupyterlab_widgets | 1.1.11 | jupyter_client | 8.6.3 |
| jupyter_core(ジュピター・コア) | 5.7.2 | ジュピターサーバー | 2.15.0 | jupyter_server_terminals (ジュピター サーバー ターミナルズ) | 0.5.3 |
| keras | 3.12.0 | キウィソルバー | 1.4.8 | langchain-core | 1.0.4 |
| langchain-openai | 1.0.2 | langchain | 1.0.3 | 言語コード | 3.5.0 |
| langgraph-checkpoint | 3.0.1 | langgraph-prebuilt | 1.0.4 | langgraph-sdk | 0.2.9 |
| langgraph | 1.0.3 | langsmith | 0.4.41 | 言語データ | 1.3.0 |
| launchpadlib | 1.11.0 | lazr.restfulclient | 0.14.6 | lazr.uri | 1.0.6 |
| lazy_loader | 0.4 | libclang | 15.0.6.1 | librosa | 0.11.0 |
| lightgbm | 4.6.0 | linkify-it-py | 2.0.0 | litellm | 1.75.9 |
| llvmlite | 0.44.0 | lz4 | 4.3.2 | Mako | 1.3.10 |
| marisa-trie | 1.2.0 | markdown-it-py | 2.2.0 | Markdown | 3.8 |
| MarkupSafe | 3.0.2 | マシュマロ | 3.26.1 | matplotlib-インライン | 0.1.7 |
| matplotlib | 3.10.0 | マッケイブ | 0.7.0 | mdit-py-plugins | 0.3.0 |
| mdurl | 0.1.0 | メムレイ | 1.19.1 | minify_html | 0.18.1 |
| mistune | 3.1.2 | mlflow-skinny | 3.8.1 | ml_dtypes | 0.5.3 |
| mmh3 | 5.2.0 | more-itertools | 10.3.0 | mosaicml-streaming | 0.13.0 |
| mpmath | 1.3.0 | msal-extensions | 1.3.1 | msal | 1.34.0 |
| msgpack (メッセージパック) | 1.1.2 | マルチディクト | 6.1.0 | マルチメソッド | 1.12 |
| マルチプロセス | 0.70.16 | マーマーハッシュ (murmurhash) | 1.0.14 | mypy-extensions (マイパイ拡張機能) | 1.0.0 |
| namex | 0.1.0 | nbclient(エヌビー・クライアント) | 0.10.2 | NBコンバート | 7.16.6 |
| nbフォーマット | 5.10.4 | nest-asyncio(ネスト・アサインキオ) | 1.6.0 | networkx | 3.4.2 |
| 忍者 | 1.13.0 | nltk | 3.9.1 | nodeenv | 1.9.1 |
| ノートブック | 7.3.2 | notebook_shim | 0.2.4 | numba | 0.61.0 |
| NumPy (数値計算ライブラリ) | 2.1.3 | nvidia-nccl-cu12 | 2.28.7 | oauthlib | 3.2.0 |
| oci | 2.163.1 | オープンAI | 2.7.0 | opencensus-context (オープンセンサス・コンテキスト) | 0.1.3 |
| opencensus | 0.11.4 | opentelemetry-api | 1.38.0 | opentelemetry-proto | 1.38.0 |
| opentelemetry-sdk (OpenTelemetry ソフトウェア開発キット) | 1.38.0 | OpenTelemetryセマンティック規約 | 0.59b0 | オプツリー | 0.17.0 |
| optunaインテグレーション | 3.6.0 | オプチュナ | 3.6.1 | opt_einsum | 3.4.0 |
| orjson | 3.11.4 | ormsgpack | 1.12.0 | によって がオーバーライドされます | 7.4.0 |
| パッケージング | 24.2 | パンダ | 2.2.3 | パンドックフィルターズ | 1.5.0 |
| paramiko | 3.5.1 | パルソ | 0.8.4 | pathspec | 0.10.3 |
| パッツィ | 1.0.1 | ペキスペクト | 4.8.0 | phik (フィーク) | 0.12.5 |
| pillow | 11.1.0 | pip | 25.0.1 | プラットフォームディレクトリ | 4.3.7 |
| plotly | 5.24.1 | pluggy | 1.5.0 | ワンちゃん | 1.8.2 |
| プレシェッド | 3.0.11 | prometheus_client | 0.21.1 | prompt-toolkit(プロンプトツールキット) | 3.0.43 |
| propcache | 0.3.1 | 預言者 | 1.2.1 | proto-plus | 1.26.1 |
| プロトバフ | 5.29.4 | psutil | 5.9.0 | psycopg2 | 2.9.11 |
| ptyprocess | 0.7.0 | pure-eval (ピュア・イヴァル) | 0.2.2 | puremagic | 1.30 |
| py-cpuinfo | 9.0.0 | py-spy | 0.4.1 | pyarrow (パイアロー) | 21.0.0 |
| pyasn1-modules | 0.2.8 | pyasn1 | 0.4.8 | ピッコロ | 0.0.71 |
| pycparser(パイシーパーサー) | 2.21 | Pythonのデータバリデーションライブラリ「pydantic」 | 2.10.6 | pydantic_core | 2.27.2 |
| パイフレークス | 3.2.0 | パイグメンツ | 2.19.1 | PyGObject | 3.48.2 |
| pyiceberg | 0.10.0 | PyJWT | 2.10.1 | PyNaCl | 1.5.0 |
| pyodbc | 5.2.0 | pyOpenSSL(PythonのSSL/TLSライブラリ) | 25.0.0 | パイパーシング (Pyparsing) | 3.2.0 |
| pyright | 1.1.394 | パイロアリング | 1.0.3 | pytesseract | 0.3.10 |
| pytest | 8.3.5 | python-dateutil (Python用の日付処理ライブラリ) | 2.9.0.post0 | python-dotenv | 1.2.1 |
| パイソンエディター | 1.0.4 | python-json-logger | 3.2.1 | python-lsp-jsonrpc | 1.1.2 |
| Python LSP サーバー | 1.12.2 | python-snappy | 0.7.3 | Pytoolconfig | 1.2.6 |
| pytz | 2024.1 | PyWavelets | 1.8.0 | PyYAML | 6.0.2 |
| pyzmq | 26.2.0 | ray | 2.37.0 | 参照元 | 0.30.2 |
| RegEx | 2024.11.6 | requests-toolbelt | 1.0.0 | リクエスト | 2.32.3 |
| rfc3339-validator | 0.1.4 | RFC3986-バリデーター | 0.1.1 | リッチ | 13.9.4 |
| ロープ | 1.13.0 | rpds-py | 0.22.3 | RSA(アールエスエー) | 4.9.1 |
| s3transfer | 0.14.0 | セーフテンソル | 0.6.2 | scikit-image | 0.25.0 |
| scikit-learn(サイキット・ラーン) | 1.6.1 | scipy | 1.15.3 | seaborn(シーボーン) | 0.13.2 |
| Send2Trash(センド2トラッシュ) | 1.8.2 | sentence-transformers | 5.1.2 | sentencepiece | 0.2.1 |
| setuptools(セットアップツール) | 78.1.1 | シャープ | 0.49.1 | シェリンガム | 1.5.4 |
| 6 | 1.17.0 | sklearn-compat | 0.1.3 | スライサー | 0.0.8 |
| スマートオープン | 7.5.0 | smmap | 5.0.0 | スニフィオ | 1.3.0 |
| sortedcontainers | 2.4.0 | サウンドファイル | 0.13.1 | soupsieve | 2.5 |
| soxr | 1.0.0 | spacy-legacy | 3.0.12 | スペーシー・ロガーズ | 1.0.5 |
| スペーシー | 3.7.5 | SQLAlchemy | 2.0.39 | sqlparse | 0.5.3 |
| srsly | 2.5.1 | ssh-import-id | 5.11 | スタックデータ | 0.6.3 |
| スタニオ | 0.5.1 | スターレット | 0.49.3 | statsmodels | 0.14.4 |
| strictyaml | 1.7.3 | sympy (ライブラリ) | 1.13.3 | 粘り強さ | 9.0.0 |
| テンソルボード・データサーバー | 0.7.2 | TensorBoard | 2.20.0 | tensorboardX | 2.6.4 |
| テンソルフロー | 2.20.0 | termcolor | 3.2.0 | 終了しました | 0.17.1 |
| テキスト | 4.0.0 | tf_keras | 2.20.1 | thinc | 8.2.4 |
| Threadpoolctl | 3.5.0 | tifffile (ティフファイル) | 2025年2月18日 | tiktoken | 0.9.0 |
| tinycss2 | 1.4.0 | トークナイザー | 0.22.1 | tokenize-rt | 6.1.0 |
| tomli | 2.0.1 | 電灯 | 2.9.0 以降の cpu | torcheval | 0.0.7 |
| torchvision 라이브러리 | 0.24.0+cpu | 竜巻 | 6.5.1 | tqdm | 4.67.1 |
| traitlets(トレイトレット) | 5.14.3 | トランスフォーマー | 4.57.1 | typeguard | 4.4.2 |
| typer-slim | 0.20.0 | typer | 0.20.0 | types-python-dateutil | 2.9.0.20251108 |
| タイピング検査 | 0.9.0 | タイピングエクステンションズ (typing_extensions) | 4.12.2 | tzdata | 2024.1 |
| uc-micro-py | 1.0.1 | ujson | 5.10.0 | unattended-upgrades | 0.1 |
| uri-template | 1.3.0 | urllib3 | 2.3.0 | uvicorn | 0.38.0 |
| virtualenv | 20.29.3 | ビジョン | 0.8.1 | wadllib | 1.3.6 |
| わさび | 1.1.3 | wcwidth(文字の幅を測定するプログラム関数) | 0.2.5 | weasel | 0.4.3 |
| webcolors | 25.10.0 | ウェブエンコーディングス | 0.5.1 | websocket-client (ウェブソケット・クライアント) | 1.8.0 |
| Werkzeug | 3.1.3 | whatthepatch(ホワットザパッチ) | 1.0.2 | ホイール | 0.45.1 |
| いつでも | 0.7.3 | ウィジェットNBエクステンション | 3.6.6 | ワードクラウド | 1.9.4 |
| wrapt | 1.17.0 | xgboost-ray | 0.1.19 | xgboost | 3.1.1 |
| xxhash | 3.5.0 | yapf (ヤップフ) | 0.40.2 | yarl | 1.18.0 |
| ydata-profiling | 4.17.0 | ジップ | 3.21.0 | zstandard | 0.23.0 |
| zstd | 1.5.5.1 |
インストールされている Java および Scala ライブラリ (Scala 2.13)
| グループ識別子 | アーティファクト ID | バージョン |
|---|---|---|
| com.databricks | databricks-connect_2.13 | 18.0.0 |
| com.databricks | databricks-dbutils-scala_2.13 | 0.1.4 |
| com.databricks | databricks-sdk-java | 0.53.0 |
| com.fasterxml.jackson.core | jackson-annotations (ジャクソン・アノテーション) | 2.15.2 |
| com.fasterxml.jackson.core | ジャクソン・コア (jackson-core) | 2.15.2 |
| com.fasterxml.jackson.core | ジャクソン・データバインド (jackson-databind) | 2.15.2 |
| com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.15.2 |
| com.google.auth | google-auth-library-credentials | 1.20.0 |
| com.google.auth | google-auth-library-oauth2-http | 1.20.0 |
| com.google.auto.value | auto-value-アノテーションズ | 1.10.4 |
| com.google.code.gson | gson | 2.10.1 |
| com.google.errorprone | error_prone_annotations | 2.18.0 |
| com.google.guava | failureaccess | 1.0.1 |
| com.google.guava | guava | 32.0.1-jre |
| com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava |
| com.google.http-client | google-http-client | 1.43.3 |
| com.google.http-client | google-http-client-gson | 1.43.3 |
| com.google.j2objc | j2objc-annotations | 2.8 |
| com.lihaoyi | ammonite-compiler-interface_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-compiler_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-interp-api_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-interp_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-repl-api_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-repl_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-runtime_2.13.16 | 3.0.8 |
| com.lihaoyi | ammonite-terminal_2.13 | 3.0.8 |
| com.lihaoyi | ammonite-util_2.13 | 3.0.8 |
| com.lihaoyi | fansi_2.13 | 0.5.1 |
| com.lihaoyi | mainargs_2.13 | 0.7.6 |
| com.lihaoyi | os-lib_2.13 | 0.11.3 |
| com.lihaoyi | pprint_2.13 | 0.9.0 |
| com.lihaoyi | scalaparse_2.13 | 3.1.1 |
| com.lihaoyi | scalatags_2.13 | 0.13.1 |
| com.thesamet.scalapb | lenses_2.13 | 0.11.15 |
| com.thesamet.scalapb | scalapb-runtime_2.13 | 0.11.15 |
| com.thoughtworks.paranamer | paranamer | 2.8 |
| commons-codec | commons-codec | 1.11 |
| commons-io | commons-io | 2.14.0 |
| commons-logging | commons-logging | 1.3.2 |
| io.github.java-diff-utils | java-diff-utils | 4.15 |
| io.grpc | grpc-context | 1.27.2 |
| io.opencensus | opencensus-api | 0.31.1 |
| io.opencensus | opencensus-contrib-http-util | 0.31.1 |
| org.apache.commons | commons-configuration2 | 2.11.0 |
| org.apache.commons | commons-lang3 | 3.14.0 |
| org.apache.commons | commons-text | 1.12.0 |
| org.apache.httpcomponents | httpclient | 4.5.14 |
| org.apache.httpcomponents | httpcore | 4.4.16 |
| org.apache.logging.log4j | log4j-api | 2.20.0 |
| org.apache.logging.log4j | log4j-core | 2.20.0 |
| org.apache.logging.log4j | log4j-slf4j-impl | 2.24.3 |
| org.checkerframework | Checker-Qual(チェッカー・クオール) | 3.33.0 |
| org.jline | jline | 3.27.1 |
| org.jline | jline-reader | 3.14.1 |
| org.jline | jline-terminal | 3.14.1 |
| org.json | json | 20240303 |
| org.json4s | json4s-ast_2.13 | 4.0.7 |
| org.json4s | json4s-core_2.13 | 4.0.7 |
| org.json4s | json4s-jackson-core_2.13 | 4.0.7 |
| org.json4s | json4s-jackson_2.13 | 4.0.7 |
| org.json4s | json4s-scalap_2.13 | 4.0.7 |
| org.scala-lang | scala-compiler_2.13 | 2.13.16 |
| org.scala-lang | scala-library_2.13 | 2.13.16 |
| org.scala-lang | scala-reflect_2.13 | 2.13.16 |
| org.scala-lang | scalap_2.13 | 2.13.13 |
| org.scala-lang.modules | scala-collection-compat_2.13 | 2.13.0 |
| org.scala-lang.modules | scala-java8-compat_2.13 | 1.0.2 |
| org.scalameta | io_2.13 | 4.13.10 |
| org.scalameta | mtags-interfaces | 1.6.3 |
| org.scalameta | mtags-shared_2.13.16 | 1.6.3 |
| org.scalameta | mtags_2.13.16 | 1.6.3 |
| org.scalameta | parsers_2.13 | 4.13.10 |
| org.scalameta | scalameta_2.13 | 4.13.10 |
| org.scalameta | semanticdb-scalac-core_2.13.16 | 4.13.10 |
| org.scalameta | trees_2.13 | 4.13.10 |
| org.slf4j | slf4j-api | 2.0.10 |
| org.slf4j | slf4j-nop | 1.7.36 |
| sh.アーモンド | channels_2.13 | 0.14.5 |
| sh.アーモンド | coursier-logger_2.13 | 0.14.5 |
| sh.アーモンド | interpreter-api_2.13 | 0.14.5 |
| sh.アーモンド | interpreter_2.13 | 0.14.5 |
| sh.アーモンド | jupyter-api_2.13 | 0.14.5 |
| sh.アーモンド | kernel_2.13 | 0.14.5 |
| sh.アーモンド | logger-scala2-macros_2.13 | 0.14.5 |
| sh.アーモンド | logger_2.13 | 0.14.5 |
| sh.アーモンド | protocol_2.13 | 0.14.5 |
| sh.アーモンド | scala-interpreter_2.13.16 | 0.14.5 |
| sh.アーモンド | scala-kernel-api_2.13.16 | 0.14.5 |
| sh.アーモンド | scala-kernel_2.13.16 | 0.14.5 |
| sh.アーモンド | shared-directives_2.13 | 0.14.5 |
| sh.アーモンド | toree-hooks_2.13 | 0.14.5 |