diff --git a/bindings/kepler.gl-jupyter/pyproject.toml b/bindings/kepler.gl-jupyter/pyproject.toml index 598bbb6e37..fa0b04ae2a 100644 --- a/bindings/kepler.gl-jupyter/pyproject.toml +++ b/bindings/kepler.gl-jupyter/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["geopandas~=0.14.3", "ipywidgets~=8.1.5", "notebook~=6.0.1", "jupyter_packaging~=0.12.3", "jupyter-contrib-nbextensions~=0.7.0", "jupyterlab~=4.1.6", "pyarrow~=16.0.0", "setuptools>=69.5.1", "wheel"] +requires = ["geopandas~=0.14.3", "ipywidgets~=8.1.5", "notebook~=6.0.1", "jupyter_packaging~=0.12.3", "jupyter-contrib-nbextensions~=0.7.0", "jupyterlab~=4.1.6", "pyarrow~=23.0.1", "setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" diff --git a/bindings/kepler.gl-jupyter/requirements.txt b/bindings/kepler.gl-jupyter/requirements.txt index e488cfdee5..be143dc554 100644 --- a/bindings/kepler.gl-jupyter/requirements.txt +++ b/bindings/kepler.gl-jupyter/requirements.txt @@ -8,4 +8,4 @@ notebook==6.0.1 setuptools==70.0.0 jupyter==1.0.0 jupyterlab==4.1.6 -pyarrow==16.0.0 +pyarrow==23.0.1