From 4adf1e2167542a020a50382e6a649137a8f52e24 Mon Sep 17 00:00:00 2001 From: Greg Schoeninger Date: Sat, 30 Mar 2024 19:25:37 -0700 Subject: [PATCH] bump v0.14.0 --- oxen/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oxen/pyproject.toml b/oxen/pyproject.toml index 1b29a1e..647f95f 100644 --- a/oxen/pyproject.toml +++ b/oxen/pyproject.toml @@ -12,9 +12,9 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "pandas==2.0.1", + "pandas==2.0.1", "polars==0.17.11", - "pyarrow==15.0.*", + "pyarrow==15.0.2", "opencv-python-headless==4.7.0.72", "numpy==1.26.4", "tqdm==4.65.0",