From ffdb943805e4a55020a59bb6b974774b4c0a4f14 Mon Sep 17 00:00:00 2001 From: Tamar Grey Date: Thu, 15 Feb 2024 15:32:06 -0500 Subject: [PATCH] small change --- docs/source/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index e712810c4c..daa449a281 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -11,7 +11,7 @@ Future Release * Enhancements * Fixes * Fix dependency issues (:pr:`2644`, :pr:`2656`) - * Add workaround for pandas 2.2.0 bug with nunique and unpin pandas (:pr:`2657`) + * Add workaround for pandas 2.2.0 bug with nunique and unpin pandas deps (:pr:`2657`) * Changes * Fix deprecation warnings with is_categorical_dtype (:pr:`2641`) * Remove woodwork, pyarrow, numpy, and pandas pins for spark installation (:pr:`2661`)