diff --git a/.changeset/tangy-falcons-lay.md b/.changeset/tangy-falcons-lay.md new file mode 100644 index 0000000..601bd73 --- /dev/null +++ b/.changeset/tangy-falcons-lay.md @@ -0,0 +1,5 @@ +--- +'@platforma-open/milaboratories.runenv-python-3.12.10': patch +--- + +PyArrow version update diff --git a/python-3.12.10/config.json b/python-3.12.10/config.json index 5db1ae4..3f616ec 100644 --- a/python-3.12.10/config.json +++ b/python-3.12.10/config.json @@ -22,8 +22,8 @@ "tensorflow==2.19.0", "tf-keras==2.19.0", "harmonypy==0.0.9", - "pyarrow==21.0.0", - "duckdb==1.4.1", + "pyarrow==24.0.0", + "duckdb==1.5.2", "scikit-misc==0.5.1", "patsy==1.0.1", "datasets==3.3.1",